Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't change Standard File folder on chdir(). | Jack Jansen | 1996-03-25 | 1 | -0/+2 |
| | |||||
* | Replaced non-ascii chars by backslash escapes | Jack Jansen | 1996-03-25 | 1 | -1/+1 |
| | |||||
* | Removed one level of "mac" in path initialization | Jack Jansen | 1996-03-25 | 1 | -8/+8 |
| | |||||
* | Compare sourcefile to hqx file (if it exists) before binhexing. This | Jack Jansen | 1996-03-25 | 1 | -4/+35 |
| | | | | | should stop us from continually updating the .hqx files, at least for resource files. | ||||
* | Updated to reflect new situation, added a warning on fmmodule.c | Jack Jansen | 1996-03-20 | 1 | -35/+41 |
| | |||||
* | Added a note about removing unwanted sys.path stuff | Jack Jansen | 1996-03-20 | 1 | -0/+2 |
| | |||||
* | re-binhexed | Jack Jansen | 1996-03-20 | 5 | -521/+521 |
| | |||||
* | Removed addpack calls | Jack Jansen | 1996-03-20 | 14 | -75/+1 |
| | |||||
* | Removed addpack calls for toolbox modules. | Jack Jansen | 1996-03-20 | 7 | -35/+0 |
| | |||||
* | Somehow the <<terminated>> got mangled. Fixed. | Jack Jansen | 1996-03-20 | 1 | -1/+1 |
| | |||||
* | Fixed pythonpath to include tkinter and mac:toolbox, and source-tree | Jack Jansen | 1996-03-20 | 7 | -3616/+3616 |
| | | | | locations for mac libs. The others were re-binhexed for reasons unknown... | ||||
* | Fixed for new directory layout | Jack Jansen | 1996-03-20 | 13 | -4101/+4094 |
| | |||||
* | Removed addpack calls for toolbox modules, re-binhexed resources (sigh) | Jack Jansen | 1996-03-20 | 11 | -252/+231 |
| | |||||
* | Oops... I Inadvertently lost their cvs files... | Jack Jansen | 1996-03-18 | 4 | -0/+908 |
| | |||||
* | Were copied to Relnotes-1.[12] long ago... | Jack Jansen | 1996-03-18 | 2 | -300/+0 |
| | |||||
* | Fixed binhexer | Jack Jansen | 1996-03-18 | 3 | -75/+76 |
| | |||||
* | Explanations of the examples here | Jack Jansen | 1996-03-18 | 5 | -0/+1019 |
| | |||||
* | Minor fix | Jack Jansen | 1996-03-18 | 1 | -2/+2 |
| | |||||
* | Changed creator from PYTH to Pyth | Jack Jansen | 1996-03-18 | 1 | -1/+1 |
| | |||||
* | Binhexer fixed | Jack Jansen | 1996-03-18 | 1 | -11/+10 |
| | |||||
* | Added option to set queue size | Jack Jansen | 1996-03-18 | 1 | -3/+4 |
| | |||||
* | Added a few file types | Jack Jansen | 1996-03-18 | 1 | -1/+3 |
| | |||||
* | Use MacOS.openrf (if it is available) for opening resource forks | Jack Jansen | 1996-03-12 | 1 | -3/+9 |
| | | | | Copy in .5Mb chunks in stead of 1Mb | ||||
* | Added checkmenu() method (to checkmark an entry) and delete() method | Jack Jansen | 1996-03-12 | 1 | -0/+18 |
| | | | | to remove a menu. | ||||
* | - Allow setting of argc/argv in <option>-start dialog | Jack Jansen | 1996-03-12 | 3 | -30/+54 |
| | | | | - Set "ok" to be default button | ||||
* | Added missing include of Fonts.h | Jack Jansen | 1996-03-07 | 1 | -0/+1 |
| | |||||
* | New binhexer | Jack Jansen | 1996-03-07 | 7 | -250/+254 |
| | |||||
* | Config files for shared PPC python with GUSI and for _tkinter plugin | Jack Jansen | 1996-03-07 | 2 | -0/+9 |
| | | | | module. | ||||
* | binhex fixed | Jack Jansen | 1996-03-07 | 13 | -5646/+5629 |
| | |||||
* | - gusiprefs.rsrc added (note: must be in application/applet, not in | Jack Jansen | 1996-03-07 | 7 | -4210/+4231 |
| | | | | | library for shared python) - binhexer fixed. | ||||
* | Replaced previous gusi-chdir() fix by a call to PyMac_FixGUSIcd() | Jack Jansen | 1996-03-06 | 4 | -15/+48 |
| | | | | after each chdir call. | ||||
* | Added code to make fsspecs work for gusi-python | Jack Jansen | 1996-03-05 | 1 | -0/+16 |
| | |||||
* | Removed unused vars | Jack Jansen | 1996-03-05 | 1 | -3/+0 |
| | |||||
* | Added openrf method, which opens resource fork. The resulting object | Jack Jansen | 1996-02-29 | 1 | -0/+330 |
| | | | | supports a subset of normal file functionality. | ||||
* | Added __sinit() call, so C++ initializations in shared library work | Jack Jansen | 1996-02-29 | 1 | -0/+3 |
| | |||||
* | - Reorganized init code | Jack Jansen | 1996-02-28 | 5 | -45/+63 |
| | | | | - Fixed serious bug in code to get options from a resource | ||||
* | Added TMPL for startup options | Jack Jansen | 1996-02-21 | 1 | -9/+13 |
| | | | | app. | ||||
* | Store default startup options in preference file or | Jack Jansen | 1996-02-21 | 3 | -4/+66 |
| | | | | app. | ||||
* | Changed MacOS creator code from PYTH to Pyth | Jack Jansen | 1996-02-21 | 26 | -8414/+8437 |
| | |||||
* | - AppleEvent timeout set to infinite | Jack Jansen | 1996-02-21 | 1 | -1/+8 |
| | | | | - Continue even if a build fails | ||||
* | Script to recursively change PYTH creators to Pyth | Jack Jansen | 1996-02-21 | 1 | -0/+34 |
| | |||||
* | Tk resources (but with a different name, without a space) | Jack Jansen | 1996-02-21 | 1 | -0/+3181 |
| | |||||
* | Mods by Guido: mkdir 2nd arg optional and remove as alias for unlink. | Jack Jansen | 1996-02-21 | 1 | -2/+14 |
| | |||||
* | - Added Tk projects | Jack Jansen | 1996-02-20 | 19 | -8116/+9435 |
| | | | | | - Ported everything to CW8 - Renamed Runtime-Python to PythonCoreRuntime | ||||
* | Added config file for Tk-python | Jack Jansen | 1996-02-20 | 2 | -166/+13 |
| | | | | Removed mwerksglue.c (which was useless anyway) | ||||
* | Ported to CW8 | Jack Jansen | 1996-02-20 | 1 | -0/+20 |
| | |||||
* | Ported to CW8 (added PRE_CW8 ifdef for CW7, for the time being) | Jack Jansen | 1996-02-20 | 1 | -0/+2 |
| | |||||
* | - Added Guido's fixes | Jack Jansen | 1996-02-20 | 1 | -45/+28 |
| | | | | | - Removed CW4 ifdefs - Rationalized ifdefs for dup, fdopen | ||||
* | Allow makefile('rb') or 'wb'. | Jack Jansen | 1996-02-14 | 1 | -0/+1 |
| | |||||
* | Modified for GUSI | Jack Jansen | 1996-02-14 | 5 | -6/+76 |
| |