patch by unknown@simplemachines.org r=timeless rs=brendan git-svn-id: svn://10.0.0.236/trunk@185269 18797224-902f-48f8-a5cc-f745e15eee43
14 lines
457 B
Plaintext
14 lines
457 B
Plaintext
2001-01-30 <rginda@netscape.com>
|
|
|
|
* broke apart some classes contained parser.* and utilities.* into
|
|
separate files.
|
|
parser.* begat lexer.*, token.*, reader.*
|
|
utilities.* begat mem.*, stlcfg.h, ds.h, strings.*, exception.*,
|
|
formatter.*, and algo.h
|
|
* parser reorg compile time data:
|
|
|
|
new layout: 0:48.01elapsed 86%CPU
|
|
old layout: 0:55.85elapsed 57%CPU
|
|
|
|
(old layout includes only hash numerics utilities parser world object
|
|
files) |