summaryrefslogtreecommitdiffstats
path: root/Modules/cgen.py
Commit message (Collapse)AuthorAgeFilesLines
* Keep gcc -Wall happy.Guido van Rossum1997-04-291-1/+1
|
* Quickly renamed.Guido van Rossum1997-04-291-13/+13
|
* Added `void' to declaration of initgl(), to keep gcc -Wall happy.Guido van Rossum1996-12-091-0/+1
|
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-10/+17
|
* err() should be varargs -- and fix one callGuido van Rossum1995-07-071-3/+3
|
* Added 1995 to copyright message.Guido van Rossum1995-01-041-8/+8
| | | | | Setup.in: clarified Tk comments somewhat. structmodule.c: use memcpy() instead of double precision assignment.
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-0/+23
|
* rgbimgmodule.c, Makefile, config.c: new module to read RGB image files.Sjoerd Mullender1993-12-211-20/+62
| | | | | | Does not need any SGI-specific libraries. cgen.py, cstubs, Makefile: Generate glmodule.c differently so that it can be compiled using an ANSI compiler.
* Makefile uses $> more often; cgen supports filename argument; addedGuido van Rossum1992-09-111-0/+5
| | | | lower, upper and swapcase to strop; cosmetics.
* don't call gl.foreground and create a new window after all (seems toGuido van Rossum1992-08-191-4/+0
| | | | break window positions in .Xdefaults)
* * Makefile: cosmeticsGuido van Rossum1992-08-051-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | * socketmodule.c: get rid of makepair(); fix makesocketaddr to fix broken recvfrom() * socketmodule: get rid of getStrarg() * ceval.h: move eval_code() to new file eval.h, so compile.h is no longer needed. * ceval.c: move thread comments to ceval.h; always make save/restore thread functions available (for dynloaded modules) * cdmodule.c, listobject.c: don't include compile.h * flmodule.c: include ceval.h * import.c: include eval.h instead of ceval.h * cgen.py: add forground(); noport(); winopen(""); to initgl(). * bltinmodule.c, socketmodule.c, fileobject.c, posixmodule.c, selectmodule.c: adapt to threads (add BGN/END SAVE macros) * stdwinmodule.c: adapt to threads and use a special stdwin lock. * pythonmain.c: don't include getpythonpath(). * pythonrun.c: use BGN/END SAVE instead of direct calls; also more BGN/END SAVE calls etc. * thread.c: bigger stack size for sun; change exit() to _exit() * threadmodule.c: use BGN/END SAVE macros where possible * timemodule.c: adapt better to threads; use BGN/END SAVE; add longsleep internal function if BSD_TIME; cosmetics
* Converted to use == equality check syntax.Guido van Rossum1992-01-121-22/+22
|
* Added a little commentGuido van Rossum1991-10-201-0/+4
|
* Reflect changed file name in comments.Guido van Rossum1991-08-161-1/+1
|
* "Compiling" versionGuido van Rossum1990-12-201-2/+2
|
* Initial revisionGuido van Rossum1990-10-141-0/+458