summaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
* Released 1.0.3.Guido van Rossum1994-07-141-1/+149
| | | | configure*: don't check for strtod!
* ...Guido van Rossum1994-07-041-1/+22
|
* * Makefile.in (Makefile): add dependency on config.statusGuido van Rossum1994-07-011-0/+18
| | | | | * configure.in: support --with-gcc[=value], --without-gcc * configure.in, acconfig.h, config.h.in: check for clock_t
* configure: libtermcap hack; ChangeLog: the usual...Guido van Rossum1994-06-291-0/+56
|
* lots of new changes committed again...Guido van Rossum1994-06-231-1/+205
|
* Changes for posix threadsGuido van Rossum1994-05-091-0/+16
|
* the ususal...Guido van Rossum1994-05-061-0/+19
|
* Finalize release 1.0.2Guido van Rossum1994-05-041-6/+5
|
* README: version 1.0.2; Makefile.in: change clobbered files; rest: as usualGuido van Rossum1994-05-041-0/+8
|
* The usualGuido van Rossum1994-05-041-0/+11
|
* The usual...Guido van Rossum1994-05-031-0/+29
|
* zzzGuido van Rossum1994-04-281-2/+40
|
* tataGuido van Rossum1994-04-221-0/+61
|
* The usualGuido van Rossum1994-04-141-0/+112
|
* *** empty log message ***Guido van Rossum1994-03-071-0/+28
|
* ceval.c modGuido van Rossum1994-03-021-0/+3
|
* The usual list of stuff...Guido van Rossum1994-03-021-0/+90
|
* tatataGuido van Rossum1994-02-181-0/+27
|
* At release 1.0.1Guido van Rossum1994-02-151-0/+178
|
* Release of 1.0.0Guido van Rossum1994-01-261-0/+9
|
* Finishing touch before 1.0.0...Guido van Rossum1994-01-261-0/+16
|
* correct typo on DL_DIRECTORY; Doc/ext.tex log messageGuido van Rossum1994-01-251-0/+8
|
* Final changes for 1.0.0 BETA 6Guido van Rossum1994-01-241-0/+14
|
* fcntl.h, AIX, TESTPATHGuido van Rossum1994-01-181-0/+18
|
* * configure.in: check for sys/time.h; substitute and check for AR;Guido van Rossum1994-01-141-1/+17
| | | | | | check for nice() * Makefile.in: make python .PRECIOUS; define OPT=-O and pass it to submakes
* *** empty log message ***Guido van Rossum1994-01-131-0/+4
|
* Small changesGuido van Rossum1994-01-131-0/+14
|
* Fix test for bad static forward; minor other changesGuido van Rossum1994-01-121-1/+9
|
* Lots of minor stuff, install prefix, LIBM/LIBC, bad static forward,Guido van Rossum1994-01-111-0/+93
| | | | irix4 and GNU dynamic loading, version 1.0.0 BETA 6
* Finishing touch before release of 1.0.0 BETA 5Guido van Rossum1994-01-061-0/+4
|
* New versions; changed Setup procedureGuido van Rossum1994-01-061-0/+16
|
* Assorted Mac changesGuido van Rossum1994-01-051-0/+33
|
* Final touch for BETA 4 (only getting rid of --with-solaris)Guido van Rossum1994-01-051-0/+19
|
* The final touch for release of BETA 3 (Makefile: fix "find" target)Guido van Rossum1994-01-051-0/+4
|
* made depend target work with VPATHGuido van Rossum1994-01-051-0/+3
|
* * README: describe new build procedure; added section on buildingGuido van Rossum1994-01-041-0/+10
| | | | | for multiple architectures * acconfig.h: fix (reversed!) comment for SYS_SELECT_WITH_SYS_TIME
* redid build process; added --with-svr4; renamed USE_THREAD toGuido van Rossum1994-01-041-2/+65
| | | | WITH_THREAD; bumped version to 1.0.0 BETA 3
* The usual...Guido van Rossum1994-01-031-0/+11
|
* Added AC_REVISION; swapped -lnsl and -lsocket test; test whetherGuido van Rossum1994-01-031-0/+26
| | | | sys/socket.h and sys/time.h can be used together
* Add tests for <sys/un.h> and getpeername(), for Modules/socketmodule.cGuido van Rossum1994-01-031-0/+22
|
* installation procedure improved and explained; more stuff in READMEGuido van Rossum1994-01-031-0/+18
|
* README: versions BETA 2Guido van Rossum1994-01-021-0/+40
ChangeLog: new! configure*: remove strtoul from AC_REPLACE_FUNCS; remove leading blank line