1. 08 Jan, 1993 1 commit
  2. 06 Jan, 1993 1 commit
    • Sjoerd Mullender's avatar
      Various changes. · 0e5ca091
      Sjoerd Mullender authored
      * Makefile: svmodule.c.proto and svgen.py are gone, svmodule.c came in
      	their stead.  Also, pass -DUSE_DL flag to thread.c and give
      	the user a possibility to add the -DDEBUG to just thread.c.
      * ceval.c: init_save_thread() can be called more than once now.
      * svgen.py, svmodule.c.proto, svmodule.c: Removed prototype file and
      	replaced it by the generated file.
      * thread.c: Added some more checks; added call to DL library when it
      	is also used to tell it where the shared arena is so that DL
      	can use some other area.
      * threadmodule.c: Call init_save_thread from another place.  Also,
      	added new function getlocklock() which does to lock objects
      	what getfilefile does to file objects.
      0e5ca091
  3. 04 Jan, 1993 2 commits
    • Guido van Rossum's avatar
      * More changes due to stricter argument passing rules · fd1446d4
      Guido van Rossum authored
      * Fixed calendar.py, mimetools.py, whrandom.py to cope with time.time()
        returning a floating point number.  (And fix old bug in calendar)
      * Add recursion level to mainloop.mainloop(), to make it reentrant.
      fd1446d4
    • Guido van Rossum's avatar
      * Configure.py: use #!/usr/local/bin/python · 5f4db3e8
      Guido van Rossum authored
      * posixmodule.c: move extern function declarations to top
      * listobject.c: cmp() arguments must be void* if __STDC__
      * Makefile, allobjects.h, panelmodule.c, modsupport.c: get rid of
        strdup() -- it is a portability risk
      * Makefile: enclosed ranlib command in parentheses for Sequent Make
        which aborts if the command is not found even if '-' is present
      * timemodule.c: time() returns a floating point number, in microsecond
        precision if BSD_TIME is defined.
      5f4db3e8
  4. 24 Dec, 1992 6 commits
  5. 23 Dec, 1992 2 commits
  6. 22 Dec, 1992 4 commits
  7. 21 Dec, 1992 7 commits
  8. 20 Dec, 1992 5 commits
  9. 19 Dec, 1992 2 commits
  10. 17 Dec, 1992 10 commits