I Use This!
Very High Activity

Commits : Listings

Analyzed about 6 hours ago. based on code collected about 23 hours ago.
May 19, 2023 — May 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Ignore SIGPIPE when we've opened a pipe More... almost 33 years ago
Check for write errors after printing a value More... almost 33 years ago
Support for long integers More... almost 33 years ago
Add some err_errno calls that were missing More... almost 33 years ago
New syntax More... almost 33 years ago
New grammar (semicolons, continue, no multiple NEWLINES) More... almost 33 years ago
New syntax: semicolons, continue statement. For the latter we must keep track of the current block's type. (We can't continue through a try statement, sigh.() More... almost 33 years ago
Support for long integers More... almost 33 years ago
Added call_object interface More... almost 33 years ago
Add interface to call a Python function (or other callable) object from C. More... almost 33 years ago
Change treatment of multiple NEWLINES More... almost 33 years ago
Call printobject instead of fwrite to print strings. More... almost 33 years ago
Added 'continue', semicolons and dictionary displays. More... almost 33 years ago
The print operation now returns status! More... almost 33 years ago
Connection sockets now have the proper family/type/proto values. Fix argument handling bug in socket(f,t,p) call. Fix some comments. More... almost 33 years ago
Fixed confusing error message (open should be popen) More... almost 33 years ago
Change cmpobject() to coerce numerical values before comparing them More... almost 33 years ago
Added getintintintarg() (3 int args) More... almost 33 years ago
Reorganized somewhat to make it really work on Think C. Hope the best for MPW 3. More... almost 33 years ago
Support socket module More... almost 33 years ago
Check for identical types before comparing objects to see if they are the same -- 0 and 0.0 compare equal but should be considered different here! More... almost 33 years ago
Call coerce() in arithmetic operations, to support mixed mode arithmetic More... almost 33 years ago
Add and use coerce() routine for mixed mode arithmetic More... almost 33 years ago
Initial revision More... almost 33 years ago
Use posix.popen to read output from a command instead if command.get*. More... almost 33 years ago
Renamed path.cat to path.join. More... almost 33 years ago
Strip redundant -P from arguments; only print 'ahead' count if other users present in queue. More... almost 33 years ago
Add options -amc; do lstat if possible; columnize properly. More... almost 33 years ago
Many changes to the interface, and added comments. More... almost 33 years ago
Initial revision More... almost 33 years ago