- shrink less.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 4 Dec 2006 16:04:50 +0000 (16:04 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Mon, 4 Dec 2006 16:04:50 +0000 (16:04 -0000)
commit882e60c44249d1a2a7d78d873dce02f16eb19eac
tree14f1b2a8a4da6825af0c26fb33db37c1c76ce1e3
parentbbda98f14c66fb573bc75ff3b9222697d2ffa8fb
- shrink less.
01a: svn version
01b: merge past_eof and inp_stdin into flags.
01c: merge match_backwards into flags.
01d: add handling of <HOME> and <END> keys, remove set_tty_raw, use fflush_stdout_and_exit
01e: rewrite special-key handling to be smaller.
01f: changing the format saves 4 bytes (alot of places would benefit from this)
   text    data     bss     dec     hex filename
   9034       8     648    9690    25da less.o.01a
   9023       8     640    9671    25c7 less.o.01b
   9027       8     636    9671    25c7 less.o.01c
   9068       8     636    9712    25f0 less.o.01d
   8990       8     636    9634    25a2 less.o.01e
   8986       8     636    9630    259e less.o.01f
miscutils/less.c