Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-05-01 | libregex: fix sed regression (thans spew) | cinap_lenrek | |
I introduced a regression in sed that currently has screwed up /sys/lib/man/secindex. The issue is that sed 's/$/ foo/g' will actually replace the newline character with foo instead of just appending at the end of the line. This only makes a difference when sed is operating on a multiple line record. The effect is a record like: foo bar baz becomes: foo foobar foo baz foo instead of foo foo bar foo baz foo | |||
2016-04-27 | better memory management of threads (thanks knuth) | ben | |
2016-04-26 | New libregexp and APE ported to native | ben | |
2011-03-30 | Import sources from 2011-03-30 iso image - lib | Taru Karttunen | |
2011-03-30 | Import sources from 2011-03-30 iso image | Taru Karttunen | |