summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/config.c
Commit message (Collapse)AuthorAgeFilesLines
* Modified for GUSIJack Jansen1996-02-141-0/+8
|
* Added cmath moduleJack Jansen1996-01-291-0/+6
|
* Added Fm moduleJack Jansen1996-01-151-0/+2
|
* Added component mgr and quicktime modulesJack Jansen1995-12-091-0/+5
|
* Added _tkinter, if USE_TK definedJack Jansen1995-11-101-1/+6
|
* Added missing imgpbm and imgsgi modulesJack Jansen1995-10-121-0/+4
|
* Added List moduleJack Jansen1995-08-311-0/+2
|
* Lots of stuff removed: gone to various other files.Jack Jansen1995-08-141-233/+3
|
* re-enabled newmoduleJack Jansen1995-08-091-4/+0
|
* Added binasciiJack Jansen1995-08-071-0/+2
|
* - Added getplatform()Jack Jansen1995-07-281-0/+9
| | | | - (temporarily?) removed newmodule reference
* Initial port to CodeWarrior CFM68K support (mainly by disablingJack Jansen1995-06-271-1/+5
| | | | unsupported features).
* Obtain path from a resource (unless USE_BUILTIN_PATH is #defined)Jack Jansen1995-06-181-2/+9
|
* Added USE_* ifdefs for a couple of optional modules.Jack Jansen1995-06-141-9/+22
|
* Added img stuff (within #ifdef, so they're easy to remove)Jack Jansen1995-06-031-0/+23
|
* all bgen modules now work with MWerksGuido van Rossum1995-02-271-4/+0
|
* MAde a few things more orthogonal and did some cleanups:Jack Jansen1995-02-241-12/+7
| | | | | | | | - Applications now have their (minimal) main prrogram in macapplication.c and the rest of the init code in macglue.c. - A new define, USE_MAC_APPLET_SUPPORT, independent of USE_MAC_SHARED_LIB - chdir to script directory now done in PyMac_InitApplication.
* changed ifdefs and comments -- more modules are goodGuido van Rossum1995-02-211-11/+5
|
* Some more modules temp excluded in mwerks, and a comment fix.Jack Jansen1995-02-201-1/+8
|
* added imp; forget ctb and math for __SC__ (for now)Guido van Rossum1995-02-181-5/+11
|
* ported to Think CGuido van Rossum1995-02-141-0/+15
|
* Some of Guido's bgen modules aren't think-only anymoreJack Jansen1995-02-131-0/+3
|
* added QuickDrawGuido van Rossum1995-02-131-2/+2
|
* Use PyMac_GetPythonDir() to obtain python homedirJack Jansen1995-02-131-5/+4
| | | | fileargument moved here from macmain.c
* split PATH over multiple lines for clarity;Guido van Rossum1995-01-251-1/+20
| | | | added some generated modules
* added Res moduleGuido van Rossum1995-01-221-0/+2
|
* Removed imgformat referenceJack Jansen1995-01-221-1/+0
|
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-211-2/+2
|
* ported Jacks changes back to think CGuido van Rossum1995-01-181-2/+10
|
* 1995 copyrightGuido van Rossum1995-01-081-2/+2
|
* - PYTHONPATH is now \n-separated, so you can have directories withJack Jansen1994-12-141-2/+75
| | | | | | | | | | | | spaces in the name. - If you run python with a script the working directory is now the directory where the script lives (was: directory where python application lives). sys.path will include current dir, application dir and Lib, etc. relative to application dir. This is more like unix python does things and more useful besides (since you can easily import files living in the same directory as the importer). - Added the macconsole, ctb, macspeech, macdnr and mactcp modules. - For MW compiler, put 68K/PPC indication in version string.
* config.c: add MacOS moduleGuido van Rossum1994-09-291-0/+2
| | | | macosmodule.c: lots of updates (though playing sound can still hang :-( )
* Completed (hopefully) the unification of THINK 6.0 and MPW 3.2Guido van Rossum1994-08-291-2/+0
| | | | | | | versions -- they now share config.c and config.h, and statting is always done through macstat.[ch] (THINK's <stat.h> defines funny constants). Also the configuration of stdwin is done differently: you have to define USE_STDWIN to the compiler prefix.
* Some more changesGuido van Rossum1994-08-231-8/+15
|
* Updates for THINK C 6.0. Moved the necessary UNIX emulation routines here.Guido van Rossum1994-08-191-16/+51
|
* Don't include intrcheck.hGuido van Rossum1994-06-231-1/+0
|
* Changes by RMW for MPWGuido van Rossum1994-05-061-0/+9
|
* Initial revisionGuido van Rossum1994-01-051-0/+210