0
I Use This!
Inactive

Commits : Listings

Analyzed about 15 hours ago. based on code collected about 21 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
More flexible error message interface in the parser. More... about 16 years ago
Fixed comments, error msgs. More... about 16 years ago
* Comment fixes. * Error message fixes. More... about 16 years ago
* Comment fixes. * Error message fixes. More... about 16 years ago
Fix default compiler flags. Turn on -Werror by default. More... about 16 years ago
As (strlen nil) gives nil, (substr nil 1 nil) gives nil instead of abort. consider this: (set s nil) (print (substr s 5 (strlen s)) ; doesn't abort now More... almost 17 years ago
ispell sweep. No binary change. More... almost 17 years ago
ispell sweep. No binary change. More... almost 17 years ago
FIX: (length nil) is 0 not nil. The reason for this is (nth 2 (length l) l) gives now the "tail" of the list or nil if l is nil. This code was a bit mischievous as (nth 2 nil l) aborts whatever l is. More... about 17 years ago
Warning on unrecognised escape sequences. More... about 17 years ago
Reindent. More... about 17 years ago
Build problems with omldebug option are fixed. More... about 17 years ago
BUGFIX: Lexer misinterpreted tokens like: " apple \" peach " to " peach ". More... about 17 years ago
Comment correction only... More... about 17 years ago
Comments mostly, + minor fix: value_clean sets the type to nil in all cases. More... about 17 years ago
Previous commit has an inappropriate log, I meant `HASHTEST is corrected'. More... about 17 years ago
pthread_suspend_all_np() requires pthread_np.h. More... about 17 years ago
Multiple colour depth support. More... about 17 years ago
Multiple colour depth support. More... about 17 years ago
BUGFIX: Not working hasfun changed to a simpler one. More... about 17 years ago
Comments. No binary change. More... over 17 years ago
/inital/initial/g /Inital/Initial/g More... over 17 years ago
Tranparent -> Transparent More... over 17 years ago
oml_abort() messed up the screen if multiple machines called it. More... over 17 years ago
MEMLEAK FIXED: (nth x y l) leaked the first element of l if x > 1. More... over 17 years ago
last_added() was unused. removed. More... over 17 years ago
BUGFIX: list end was always initialized to 0. More... over 17 years ago
MEMLEAK FIXED. More... over 17 years ago
Unused declaration removed. More... over 17 years ago
SET operation now has the variable as a property. The previous SET required VAR after it which was stupid. This also reduces the code as well, getting rid of the VARs. Number of arithmetic operands is not limited to 2. We can write for ie (+ 1 2 3) which is 6. + - * / are affected. More... over 17 years ago