Age | Commit message (Collapse) | Author |
|
Attempt to separate public API from internal functions.
|
|
Huge pervasive change to lots of files, adding a context for exception
handling and allocation.
In time we'll move more statics into there.
Also fix some for(i = 0; i < function(...); i++) calls.
|
|
The run-together words are dead! Long live the underscores!
The postscript inspired naming convention of using all run-together
words has served us well, but it is now time for more readable code.
In this commit I have also added the sed script, rename.sed, that I used
to convert the source. Use it on your patches and application code.
|
|
|
|
indentation errors in the future).
|
|
|
|
|
|
works on 64-bit architectures where unsigned long is 64 bits.
|
|
|
|
|