summaryrefslogtreecommitdiffstats
path: root/contrib/java
ModeNameSize
d---------apache-commons30logstatsplain
d---------bindings111logstatsplain
d---------common30logstatsplain
d---------generated111logstatsplain
d---------libs100logstatsplain
umn1'>| * Finally plug the memory leak caused by syntax error (includingGuido van Rossum1997-07-271-1/+4 | | | | interactive EOF, which leaked *one* byte). * Plugged a leak. (The same as the one plugged in compile.c -- forgotGuido van Rossum1997-07-261-0/+1 | | | | to free lnotab). * Moved the special compile of getbuildno.o to ../Makefile.in.Guido van Rossum1997-07-251-8/+1 | | | | | A dummy getbuildno.o (with a number of 0) still gets built here, to make the library complete. * Build getbuildno.o here, to adequately update it every time a newGuido van Rossum1997-07-251-1/+15 | | | | | | python executable is built. (It still won't reflect builds of the library only, but since the default make target builds the python executable, that's alright.) * Use Py_NewInterpreter() and friends. Remove saving/restoring of std files.Guido van Rossum1997-07-251-22/+16 | * Plug a leak in code_dealloc() (and reordered the deallocs to match theGuido van Rossum1997-07-251-3/+2 | | | | | | order of the variables in the declarations). Also removed an entry in the TODO list that's done. * Tweaks by Lars Wirzenius to parse some more forms of illegal dates:Guido van Rossum1997-07-251-2/+5 | | | | | | | | the comma after the day name is optional if it is a recognized day name; and the date and month may be swapped. Thus, the following two test dates will now be parsed correctly: Thu, Feb 13 12:16:57 1992 Thu Feb 13 12:16:57 1992 * Added createmessage() -- Lars Wirzenius.Guido van Rossum1997-07-251-0/+26 | * Patch by Lars Wirzenius to allow f.readline(length).Guido van Rossum1997-07-251-1/+4 | * Bump up the version number. The date still needs to be set (Guido willFred Drake1997-07-252-2/+2 | | | | | have to do that one!), but at least the version will match the release version. (1.5a2 got skipped for this.) * A couple of grammatical nits.Fred Drake1997-07-242-130/+164 | | | | | | | | | Re-sequenced the function descriptions so that the formatting is described before the assumption is made that the reader has a clue about the formatting. Moved examples to be closer to the functions being demonstrated. Added example of saferepr() result. * Regenerated; __assert__ becomes assert.Guido van Rossum1997-07-231-1/+1 | * Removed some variables that are used to exchange data between import.c andGuido van Rossum1997-07-213-14/+6 | | | | | | | | importdl.c: the MAXSUFFIXSIZE macro is now defined in importdl.h, and the modules dictionary is now passed using PyImport_GetModuleDict(). Also undefine USE_SHLIB for AIX -- in AIX 4.2 and up, dlfcn.h exists but we don't want to use it. * Changed the patch level to 1.5a3, to avoid confusion with a2 (I'm notGuido van Rossum1997-07-191-1/+1 | | | | ready for a release yet). * New test for generic Makefile.pre.inGuido van Rossum1997-07-194-0/+52 | * Added description of the extend subdirectory.Guido van Rossum1997-07-191-0/+4 | * For use with Misc/Makefile.pre.in, the libainstall target must installGuido van Rossum1997-07-191-0/+1 | | | | Modules/python.o. * Adapted to the new build system.Guido van Rossum1997-07-191-23/+10 | * Change libainstall again: need to install fewer files for "freeze";Guido van Rossum1997-07-191-4/+1 | | | | add Setup.local to list of installed files. * frozenmain.c is now also in the library,Guido van Rossum1997-07-19