Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-27 | *: add optimization barrier to all "G trick" locations | Denis Vlasenko | |
2007-06-10 | top: add config option and code for global CPU % display | Denis Vlasenko | |
2007-06-08 | rmp: add optional support for bz2 data. +50 bytes of code | Denis Vlasenko | |
2007-03-26 | sed: a communal variable managed to slip past 'size' | Denis Vlasenko | |
('size' happily displays 0 bytes in data and bss, but in reality sed.o used 180 bytes of it). Oh well. function old new delta pipe_putc 67 76 +9 sed_main 627 633 +6 get_next_line 161 166 +5 bbg 180 - -180 (add/remove: 0/1 grow/shrink: 3/0 up/down: 20/-180) Total: -160 bytes sed: also make sed -i failure message less cryptic | |||
2007-03-21 | add info about gcc's sadistic alignment - and how to disable it | Denis Vlasenko | |
2007-03-20 | small doc update | Denis Vlasenko | |
2007-03-20 | update docs | Denis Vlasenko | |
2007-03-19 | expand documentation | Denis Vlasenko | |
2007-03-16 | - touchup wording a bit | Bernhard Reutner-Fischer | |
2007-03-15 | mkfs_minix: stop using lots of bss/data. | Denis Vlasenko | |
data -3500 bytes, code -300 bytes keep_data_small: expand/fix | |||
2007-03-15 | modify ptr_to_globals trick so that we do not violate | Denis Vlasenko | |
type safety (well, sort of ;)) | |||
2007-03-14 | cosmetic documentation change | Denis Vlasenko | |
2007-03-14 | gzip: use common bbunzip infrastructure - ~700 bytes code less | Denis Vlasenko | |