summaryrefslogtreecommitdiff
path: root/usr.bin/less/funcs.h
AgeCommit message (Expand)Author
2019-09-02Delete what remains of the support for combining characters intoIngo Schwarze
2019-08-31New utility function mbtowc_left() because this functionality -Ingo Schwarze
2019-05-15trivial patch to at least make the buggy functions control_char()Ingo Schwarze
2019-05-15Clean up all major UTF-8 issues in cvt.c.Ingo Schwarze
2019-05-07Completely clean up UTF-8 handling in the file filename.c:Ingo Schwarze
2019-03-01Start UTF-8 cleanup of store_char(), in particular getting rid ofIngo Schwarze
2018-03-17Split only LESS on $.Kenneth R Westerback
2016-01-19Remove the lintism PRINTFLIKE1, don't replace it with an attribute so wemmcc
2016-01-15remove needless extern keywords, a vestige of pre-ANSI Cmmcc
2016-01-12Remove LINUNUM, a needless alias for off_t. Also, remove a redundantmmcc
2015-11-23Missing prototype.Nicholas Marriott
2015-11-21remove fancy null check function in favor of checking for null.Ted Unangst
2015-11-13Add a flag argument to flush() to stop it calling quit() on error, thenNicholas Marriott
2015-11-09close_getchr() is now a noopTheo de Raadt
2015-11-07replace save() with estrdup() and make estrdup() exit like all the otherTed Unangst
2015-11-06time_t is not a long. remove incorrect abstraction around time().Ted Unangst
2015-11-05Replace less with the cleaned-up fork of less 458 maintained by GarrettNicholas Marriott
2014-05-10Give more(1) its own help file, shorter than the one for less(1).Ingo Schwarze
2014-04-25Merge Less 458 plus local patchesAlexandr Shadchin
2011-09-16Merge in less 444 plus local changesAlexandr Shadchin
2003-06-07Use interruptible syscalls instead of setjmp/longjmp. This makesTodd C. Miller
2003-04-14o go back to using a help file instead of embedding it in the binaryTodd C. Miller
2003-04-13Merge in less-381 w/ local changes and remove obsolete files.Todd C. Miller
2001-01-29$OpenBSD$Niklas Hallqvist
1996-09-21Import of unmolested less-290.etheisen