summaryrefslogtreecommitdiff
path: root/dist/nawk
AgeCommit message (Expand)Author
2009-11-21Better fix for PR/42320 by Takehiko NOZAKI.christos
2009-11-15PR/42320: Alexander Nasonov: According to:christos
2009-07-13Rename internal getline() function to get_line() so it doesroy
2009-06-21PR/40689: Nicolas Joly: awk(1) trashes memory with RE and ^ anchorchristos
2009-06-20PR/30294: John Darrow: nawk doesn't handle RS as a RE but as a single characterchristos
2009-06-16fix EOF/-1 portability.christos
2009-06-15<= 2, from jukka salmichristos
2009-06-14purge/flush 0,1,2 since we did not open them, we should not be closing them.christos
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-11-25don't use signed chars for no reason.christos
2008-10-19In preparation for building awk as a host tool, addapb
2008-10-08Fix a fairly obvious pasto which has been there since version 1.1 in 2001.agc
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-08-26Don't strcpy after strdup.joerg
2008-07-14Add an overlooked semicolon to fix the build.he
2008-07-13PR/39002: cheusov at tut dot br: Warn for \x where x is not a valid escapedchristos
2008-07-12sprintf -> snprintfchristos
2008-07-12explicitly disallow %L,%l,%h as TOG specifies.christos
2008-07-12PR/39133: cheusov at tut dot by: Don't treat -Ft as -F <tab>christos
2008-07-11and remove debugging.christos
2008-07-11better fix than before. Instead of copying the constant cells, set DONTFREEchristos
2008-07-11PR/39132: cheusov at tut dot by: When copying an OCELL, make sure you makechristos
2008-05-25PR/38737: cheusov at tut dot by: Don't build the character class tablechristos
2008-05-25remove things we don't use.christos
2008-05-25update to 20070501christos
2008-05-25from: http://cm.bell-labs.com/cm/cs/awkbook/index.htmlchristos
2008-01-21Fix segmentation fault with printf("%*"); from Jukka Salmichristos
2007-10-25Remove a superfluous test, wcrtomb() cannot return (size_t)-2.he
2007-10-25PR/37205: Aleksey Cheusov: nawk: a number of open files is limited to verychristos
2007-10-25Add support for multibyte charsets in the "tolower" and "toupper" awkhe
2007-10-25Bring back the fix in revision 1.6, apparently accidentally losthe
2007-08-28In setfval(), ensure that arithmetic never yields a negative zeroapb
2006-07-26strdup/strlcat/snprintf changes from Aleksey Cheusovchristos
2006-07-25add ytab.[ch]christos
2006-07-25Change the meaning of state count to be the number allocated (like c does)christos
2006-06-26make the gototab unsigned intchristos
2006-06-26- widen gototab so NCHARS states fits.christos
2006-06-25Don't forget to free gototab[i]; pointed out by Aleksey Cheusovchristos
2006-06-22PR/33392: Aleksey Cheusov: Incorrect matching due to hard-coded limit inchristos
2006-03-21Coverity CID 2738: When a symbol with a NULL name is passed, convert it tochristos
2006-03-19Avoid overflowing static array which c == HAT.christos
2006-03-18Coverity CID 1867: Fix memory leak.christos
2006-03-18Coverity CID 862: Avoid NULL deref.christos
2006-03-18Coverity CID 1476: Add assertion before index operation.christos
2005-07-03back-off 'use bounded string op' commit of 2003/08/13 - no real problemjdolecek
2005-07-02resolve conflictsjdolecek
2005-07-02this should not have been committed, sorryjdolecek