Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2011-01-13
| ||
19:05 | quick-fix hack for 64-bit build. Leaf check-in: 705c7a70ba user: stephan tags: trunk | |
19:04 | Minor doc additions/corrections. check-in: 8c49289660 user: stephan tags: trunk | |
2009-11-12
| ||
18:11 | doh - fixed broken #include check-in: e2a5d3c984 user: stephan tags: trunk | |
18:07 | pulled in latest copy from c11n tree check-in: 19ed2cdde2 user: stephan tags: trunk | |
18:05 | Updated license check-in: 2d2d9e3e77 user: stephan tags: trunk | |
2009-06-08
| ||
23:59 | fixed a minor telemetry-counting error in whhash_table_create() check-in: f447db6625 user: stephan tags: trunk | |
20:55 | removed an old debuggering artefact (bogus GC listener added to each pegc parser) check-in: ff5c97e3ff user: stephan tags: trunk | |
20:34 | minor doc corrections check-in: 6c7d8a762d user: stephan tags: trunk | |
20:33 | changed a static int to a private enum check-in: 8cc50d6d42 user: stephan tags: trunk | |
2008-12-24
| ||
13:07 | documentation cleanups check-in: 3f173c7701 user: stephan tags: trunk | |
2008-12-09
| ||
19:39 | imported changes from c11n tree check-in: 25f6ecad04 user: stephan tags: trunk | |
2008-11-07
| ||
18:32 | latest util code changes from the c11n tree check-in: 7ae57fb479 user: stephan tags: trunk | |
2008-11-05
| ||
16:13 | egg check-in: 4cda968e71 user: stephan tags: trunk | |
2008-11-04
| ||
19:46 | removed whhash_sh_xxx() API. check-in: 7240dfdba1 user: stephan tags: trunk | |
2008-11-03
| ||
23:33 | fixed a div-by-0 which happend in some search cases check-in: cc9ff9d9e4 user: stephan tags: trunk | |
21:47 | added per-clob allocator hints. check-in: c6b826b25e user: stephan tags: trunk | |
21:27 | fixed a string memleak check-in: d4309dc8ed user: stephan tags: trunk | |
21:27 | doc changes only check-in: 8ae9acebbc user: stephan tags: trunk | |
21:24 | pulled in fixes from c11n tree check-in: 822da2e29b user: stephan tags: trunk | |
17:34 | pulled in whhash/whclob fixes from c11n tree check-in: cb54ef4bd0 user: stephan tags: trunk | |
2008-11-02
| ||
18:51 | fixed: whhash_table was using free() for keys by default. check-in: c69fd26bd3 user: stephan tags: trunk | |
04:46 | whhash: removed the auto-replace on insert, as it almost doubles the time of insert. check-in: 068413f396 user: stephan tags: trunk | |
03:35 | pulled in fixes/changes from the c11n tree check-in: e7f9ec0bf5 user: stephan tags: trunk | |
2008-10-29
| ||
22:01 | pulled in whclob fix from c11n tree check-in: 96f9fa26ca user: stephan tags: trunk | |
00:46 | reenabled some tests check-in: a8b4a13499 user: stephan tags: trunk | |
00:46 | added whhash_contains() check-in: a4a123a92f user: stephan tags: trunk | |
2008-10-28
| ||
16:30 | corrected a URL. Added some more docs. check-in: c0b0cc2b2c user: stephan tags: trunk | |
16:30 | added some smallers primes to the primes table. check-in: 375323af58 user: stephan tags: trunk | |
16:30 | removed whrc_search() - i can't work since i removed the (void*) field from the whrc_entry type. check-in: dafa5a174e user: stephan tags: trunk | |
00:10 | added whrc_search(). Cleaned up the docs a bit. check-in: ec903cbd2f user: stephan tags: trunk | |
2008-10-27
| ||
23:50 | minor cleanups to whgc_alloc() check-in: f81e84407c user: stephan tags: trunk | |
23:36 | mostly doc cleanups - doxygen was skipping many of the docs due to /* instead of /**, and stuff like that check-in: f88c416908 user: stephan tags: trunk | |
22:26 | ++whrc check-in: 821736ac75 user: stephan tags: trunk | |
20:20 | even after much refactoring, it still works! check-in: 36df7fc587 user: stephan tags: trunk | |
16:47 | moved the (void*) hash routines into the hashtable lib. Added Bernstein Hash to (void*) keys to avoid value clustering. check-in: 4194d09509 user: stephan tags: trunk | |
01:41 | reenabled compile of pegcgen check-in: 68be790c05 user: stephan tags: trunk | |
01:41 | reduced the block size for array allocations. check-in: be1b89fac5 user: stephan tags: trunk | |
01:40 | added whhash_sh_xxx() API check-in: 7d130cbbaa user: stephan tags: trunk | |
01:02 | accommodated API changes. check-in: 50992c86a1 user: stephan tags: trunk | |
00:59 | added rule array lists test. check-in: a6dfd3b75a user: stephan tags: trunk | |
00:58 | changed compile flags check-in: 9b02c4e51b user: stephan tags: trunk | |
00:58 | accommodated API change check-in: f5cac04d5c user: stephan tags: trunk | |
00:57 | fixed the int_dec_strict, broken in the last commit. check-in: 6580962485 user: stephan tags: trunk | |
00:52 | Accommodated change in whhash API check-in: 4637518dd5 user: stephan tags: trunk | |
00:51 | added basic stats collection. check-in: 9eeff651f3 user: stephan tags: trunk | |
00:47 | significantly cut the number of PegcRule allocations for some list operations. i was doing waaaayyy too much work there. the pegc_r_list_[ev]p() routines seem to work now. Refactored the int_strict rules a bit. check-in: 3e7eaf9b46 user: stephan tags: trunk | |
2008-10-26
| ||
22:46 | removed *.c from doxygen list check-in: e7e0fbafdf user: stephan tags: trunk | |
22:40 | more docs cleanups. Good night. check-in: 1c5a7caa91 user: stephan tags: trunk | |
22:13 | more docs/doxygen cleanups check-in: cdee5b13f8 user: stephan tags: trunk | |
21:18 | renamed the clob API to whclob check-in: 5eeefaba75 user: stephan tags: trunk | |