| Age | Commit message (Expand) | Author |
| 2009-11-21 | Better fix for PR/42320 by Takehiko NOZAKI. | christos |
| 2009-11-15 | PR/42320: Alexander Nasonov: According to: | christos |
| 2009-07-13 | Rename internal getline() function to get_line() so it does | roy |
| 2009-06-21 | PR/40689: Nicolas Joly: awk(1) trashes memory with RE and ^ anchor | christos |
| 2009-06-20 | PR/30294: John Darrow: nawk doesn't handle RS as a RE but as a single character | christos |
| 2009-06-16 | fix EOF/-1 portability. | christos |
| 2009-06-15 | <= 2, from jukka salmi | christos |
| 2009-06-14 | purge/flush 0,1,2 since we did not open them, we should not be closing them. | christos |
| 2009-03-12 | In is_number(), do not check strtod() result against HUGE_VAL which | njoly |
| 2009-03-01 | Use siginfo to print more details about the sigfpe. | christos |
| 2008-11-25 | don't use signed chars for no reason. | christos |
| 2008-10-19 | In preparation for building awk as a host tool, add | apb |
| 2008-10-08 | Fix a fairly obvious pasto which has been there since version 1.1 in 2001. | agc |
| 2008-09-09 | PR/39501: David Holland: Don't print the remainder of the line in the error | christos |
| 2008-08-26 | As dholland pointed out, don't leak memory if FS is resized multiple | joerg |
| 2008-08-26 | Don't use strlen to check if the length is at larger than 1, check the | joerg |
| 2008-08-26 | Don't strcpy after strdup. | joerg |
| 2008-07-14 | Add an overlooked semicolon to fix the build. | he |
| 2008-07-13 | PR/39002: cheusov at tut dot br: Warn for \x where x is not a valid escaped | christos |
| 2008-07-12 | sprintf -> snprintf | christos |
| 2008-07-12 | explicitly disallow %L,%l,%h as TOG specifies. | christos |
| 2008-07-12 | PR/39133: cheusov at tut dot by: Don't treat -Ft as -F <tab> | christos |
| 2008-07-11 | and remove debugging. | christos |
| 2008-07-11 | better fix than before. Instead of copying the constant cells, set DONTFREE | christos |
| 2008-07-11 | PR/39132: cheusov at tut dot by: When copying an OCELL, make sure you make | christos |
| 2008-05-25 | PR/38737: cheusov at tut dot by: Don't build the character class table | christos |
| 2008-05-25 | remove things we don't use. | christos |
| 2008-05-25 | update to 20070501 | christos |
| 2008-05-25 | from: http://cm.bell-labs.com/cm/cs/awkbook/index.html | christos |
| 2008-01-21 | Fix segmentation fault with printf("%*"); from Jukka Salmi | christos |
| 2007-10-25 | Remove a superfluous test, wcrtomb() cannot return (size_t)-2. | he |
| 2007-10-25 | PR/37205: Aleksey Cheusov: nawk: a number of open files is limited to very | christos |
| 2007-10-25 | Add support for multibyte charsets in the "tolower" and "toupper" awk | he |
| 2007-10-25 | Bring back the fix in revision 1.6, apparently accidentally lost | he |
| 2007-08-28 | In setfval(), ensure that arithmetic never yields a negative zero | apb |
| 2006-07-26 | strdup/strlcat/snprintf changes from Aleksey Cheusov | christos |
| 2006-07-25 | add ytab.[ch] | christos |
| 2006-07-25 | Change the meaning of state count to be the number allocated (like c does) | christos |
| 2006-06-26 | make the gototab unsigned int | christos |
| 2006-06-26 | - widen gototab so NCHARS states fits. | christos |
| 2006-06-25 | Don't forget to free gototab[i]; pointed out by Aleksey Cheusov | christos |
| 2006-06-22 | PR/33392: Aleksey Cheusov: Incorrect matching due to hard-coded limit in | christos |
| 2006-03-21 | Coverity CID 2738: When a symbol with a NULL name is passed, convert it to | christos |
| 2006-03-19 | Avoid overflowing static array which c == HAT. | christos |
| 2006-03-18 | Coverity CID 1867: Fix memory leak. | christos |
| 2006-03-18 | Coverity CID 862: Avoid NULL deref. | christos |
| 2006-03-18 | Coverity CID 1476: Add assertion before index operation. | christos |
| 2005-07-03 | back-off 'use bounded string op' commit of 2003/08/13 - no real problem | jdolecek |
| 2005-07-02 | resolve conflicts | jdolecek |
| 2005-07-02 | this should not have been committed, sorry | jdolecek |