0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected about 20 hours ago.
Jun 02, 2023 — Jun 02, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Rewrote sql package. Got rid of thread-local for conn, used PreparedStatements everywhere. More... over 14 years ago
Enhanced 'each' to work with LinkedList More... over 14 years ago
Fixed 'ssexpand' to support new Arc 3 semantics and still work for only two atoms also! More... over 14 years ago
Added 'require' - like 'load' but takes a sym and only loads it once. More... over 14 years ago
Fixed optional args with no default value to actually work! More... over 14 years ago
Dump Java stacktrace on error when there is no debugger (in addition to Arc backtrace) More... over 14 years ago
Fixed strings to print out with " escaped (so they read back in the same) More... over 14 years ago
Enhanced 'len' to work for Collection (ArrayList, etc.) More... over 14 years ago
Enhanced 'match' to work without capturing groups More... over 14 years ago
Enhanced 'each' to work with ArrayList More... over 14 years ago
Fixed servlet and sample web apps More... almost 15 years ago
Added version* string More... almost 15 years ago
Added arc3 change to a.b.c semantics More... almost 15 years ago
Added arg* so scripts can take command line args More... almost 15 years ago
Added support for (declare 'astrings t) More... almost 15 years ago
Exit with error if the automated tests fail More... almost 15 years ago
Report an error if the Arc-based tests fail More... almost 15 years ago
Changed parse error formatting to be more Emacs-friendly More... almost 15 years ago
Fixed man to work with lastest arc update More... almost 15 years ago
Added info on how to start Jarc with the JDBC driver More... about 15 years ago
Added match test cases More... about 15 years ago
Tests for sql package More... about 15 years ago
Added error message if there's no conn* set. Added sql-create and sql-drop Fixed sql-update to use maptable More... about 15 years ago
Got match working without dynamic binding More... about 15 years ago
Fixed (use 'foo) to avoid redefining error messages More... about 15 years ago
Modified now that *request* is thread-local More... about 15 years ago
Got sql package working again! More... about 15 years ago
Added -Dnodebugger option to turn off debugger (50% performance improvement) More... about 15 years ago
Moved StackFrame object from Arc to Java for a 10% speed improvement More... about 15 years ago
Got debugger working again (with thread local vars) More... about 15 years ago