summaryrefslogtreecommitdiffstats
path: root/HACKING
Commit message (Collapse)AuthorAgeFilesLines
* Fixed occurrences of "garbage allocator". :)Kaz Kylheku2013-12-101-4/+5
|
* Spellcheck.Kaz Kylheku2013-12-051-17/+17
|
* * HACKING: Added notes on generational garbage collection.Kaz Kylheku2012-04-141-0/+110
|
* * configure: Switch from _POSIX_C_SOURCE=2 to _XOPEN_SOURCE.Kaz Kylheku2012-04-101-4/+4
| | | | | | | | We will be relying on the gettimeofday function which only came into POSIX in 2001, but was in Unix long before then. * HACKING: Replace notes about -D_POSIX_C_SOURCE which are not true any more.
* * HACKING: Added note about register save areas, which can contributeKaz Kylheku2012-02-121-1/+3
| | | | to spurious retention.
* * HACKING: Grammar fixes. Expanded on lazy strings a little bit.Kaz Kylheku2011-10-291-35/+68
| | | | | Added something about mem_t *, and a few extra words here and there, including a blurb about a Valgrind debugging caveat.
* Fix section numbering mixup.Kaz Kylheku2011-10-101-2/+2
|
* * HACKING: Documented portability hacks for narrow wchar_t.Kaz Kylheku2011-10-101-1/+59
|
* * HACKING: Formatting.Kaz Kylheku2011-10-081-8/+10
|
* HACKING: Clarified that --vg-debug is also needed to turn on onKaz Kylheku2011-10-011-2/+4
| | | | the Valgrind support at run-time, in addition to building it in.
* * HACKING: Updated with debugging hints.Kaz Kylheku2011-09-301-4/+210
|
* Spelling.Kaz Kylheku2011-09-201-2/+2
|
* This should be under version control.Kaz Kylheku2011-09-011-0/+516