summaryrefslogtreecommitdiffstats
path: root/Mac/Modules/macfsmodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Removed unused variableJack Jansen1995-10-031-2/+0
|
* Added new call PromptGetFile (like StandardGetFile, but accepts aJack Jansen1995-08-141-2/+29
| | | | prompt) and added optional prompt to GetDirectory.
* Added interfaces to {Get,Set}FInfo and accompanying objectsJack Jansen1995-08-071-1/+174
|
* Added FindFolder interfaceJack Jansen1995-06-181-0/+24
|
* StandardGetFile without args now shows all files (in stead of none)Jack Jansen1995-06-031-0/+2
|
* replace %#s with portable solutionGuido van Rossum1995-02-201-13/+14
|
* Added GetDirectory() methodJack Jansen1995-02-201-1/+16
|
* ported to Think CGuido van Rossum1995-02-141-0/+1
|
* Added RawFSSpec and RawAlias methods which turn their string argumentsJack Jansen1995-02-131-0/+53
| | | | into fsspec and alias objects.
* Added [GS]etCreatorType methods to FSSpec objectsJack Jansen1995-02-021-0/+49
|
* fixed StandardGetFile argument handlingGuido van Rossum1995-01-301-11/+4
|
* added (method) casts and 1995 copyrightGuido van Rossum1995-01-261-9/+12
|
* Complete rewrite.Jack Jansen1995-01-261-49/+349
|
* renamed Get routines to PyMac_Get; added macfs to config.cGuido van Rossum1995-01-211-4/+4
|
* ported to THINK C (not tested yet)Guido van Rossum1995-01-191-0/+4
|
* Initial version of FSSpec and Alias code. Non-functional as of now.Jack Jansen1995-01-181-0/+184