summaryrefslogtreecommitdiff
path: root/dist/nawk/lib.c
AgeCommit message (Expand)Author
2009-06-20PR/30294: John Darrow: nawk doesn't handle RS as a RE but as a single characterchristos
2009-03-12In is_number(), do not check strtod() result against HUGE_VAL whichnjoly
2009-03-01Use siginfo to print more details about the sigfpe.christos
2008-10-19In preparation for building awk as a host tool, addapb
2008-09-09PR/39501: David Holland: Don't print the remainder of the line in the errorchristos
2008-08-26As dholland pointed out, don't leak memory if FS is resized multiplejoerg
2008-08-26Don't use strlen to check if the length is at larger than 1, check thejoerg
2008-07-12sprintf -> snprintfchristos
2008-05-25update to 20070501christos
2005-07-03back-off 'use bounded string op' commit of 2003/08/13 - no real problemjdolecek
2005-07-02resolve conflictsjdolecek
2005-03-23Make nawk retain the text from the last line of the input as well ashe
2003-10-26cleanup some (uschar **) to (char **) casts which breakjdolecek
2003-08-13use bounded string opitojun
2003-08-02Merge nawk version 20030729 changes, and resolve conflicts.jdolecek
2001-01-23adapt to NetBSD build environment, constify a littlejdolecek
2001-01-23Import nawk 2000/11/15, try #2.jdolecek