aboutsummaryrefslogtreecommitdiffstats
path: root/awk.h
Commit message (Collapse)AuthorAgeFilesLines
* - Add new environment variable AWKLIBPATH to use when searching for sharedAndrew J. Schorr2012-03-201-0/+1
| | | | | | | | libraries. - Instead of hardcoding the default ".so" suffix for shared libraries, use autoconf to get the right value for this platform. - Build and install some of the bundled shared library extensions so that they will now be available using the default AWKLIBPATH.
* Added timeout for reading from input.john haque2012-01-011-1/+7
|
* Merge branch 'gawk-4.0-stable', minor fixes after exe merge.Arnold D. Robbins2011-12-311-5/+0
|\
| * Remove ancient STREQ, STREQN macros.Arnold D. Robbins2011-12-311-5/+0
| |
* | The grand merge: dgawk and pgawk folded into gawk.Arnold D. Robbins2011-12-261-25/+31
| |
* | Merge branch 'gawk-4.0-stable'Arnold D. Robbins2011-12-081-4/+4
|\|
| * MBS support tweaks for DJGPP and z/OS.Arnold D. Robbins2011-12-061-4/+4
| |
* | Optimize tail-recursive calls.john haque2011-10-121-2/+2
| |
* | Add a test file, cleanup code and update doc.john haque2011-10-121-10/+12
| |
* | Speed/memory performance improvements.john haque2011-10-121-187/+339
|/
* Make gawk_mb_cur_max compile time constant if no mbs support.Arnold D. Robbins2011-10-041-1/+1
|
* Make no mbs support work everywhere. Sheesh.Arnold D. Robbins2011-09-211-7/+5
|
* Fix bug with FPAT.Arnold D. Robbins2011-08-101-0/+1
|
* BEGINFILE/ENDFILE code redone.Arnold D. Robbins2011-08-101-7/+18
|
* Fix for ptys for coprocesses.Arnold D. Robbins2011-08-091-0/+4
|
* Fix gsub and getline pass by reference. Add tests.Arnold D. Robbins2011-07-261-5/+5
|
* Fix gsub losing white space when working on fields.Arnold D. Robbins2011-07-151-3/+12
|
* First set of minor fixes on 4.0 Stable.Arnold D. Robbins2011-07-151-1/+1
|
* Minor cygwin edit.Arnold D. Robbins2011-05-091-3/+0
|
* More array sorting fixes.Arnold D. Robbins2011-05-081-1/+0
|
* Revamp array sorting.Arnold D. Robbins2011-05-041-1/+1
|
* Fix problem with subarray of deleted array.Arnold D. Robbins2011-05-041-6/+7
|
* Compile fixes for Cygwin.Arnold D. Robbins2011-05-021-0/+3
|
* Improve saving of numeric value of index.Arnold D. Robbins2011-04-291-0/+1
|
* Code cleanups in array.c and side effects in other files.Arnold D. Robbins2011-04-271-7/+0
|
* User function sorting added, documented, tested.Arnold D. Robbins2011-04-221-0/+3
|
* More array sorting changes from John.Arnold D. Robbins2011-04-181-6/+4
|
* Change ISATTY macro to os_isatty function.Arnold D. Robbins2011-04-011-5/+1
|
* Fix next and exit from functions.Arnold D. Robbins2011-03-291-0/+4
|
* Revise array sorting for PROCINFO["sorted_in"].Arnold D. Robbins2011-03-291-1/+6
|
* Some cleanups after code review of main.c.Arnold D. Robbins2011-03-251-0/+9
|
* Update copyrights.Arnold D. Robbins2011-02-271-1/+1
|
* Fix line numbers in lint warnings.Arnold D. Robbins2011-02-161-0/+1
|
* Bug fixes in scanning, updating variables.Arnold D. Robbins2011-02-141-0/+6
|
* PC fixes for portability and dependencies.Arnold D. Robbins2011-02-131-1/+6
|
* More OS/2 changes.Arnold D. Robbins2011-02-101-12/+2
|
* Fix switch debugging.Arnold D. Robbins2011-02-011-11/+12
|
* Add isarray built-in function.Arnold D. Robbins2011-01-301-1/+3
|
* Sync dfa to grep, import hard-locale.[ch].Arnold D. Robbins2011-01-301-2/+1
|
* Add controlled array sorting in for loop. Needs documenting.Arnold D. Robbins2011-01-271-0/+2
|
* Make single byte caching more elegant.Arnold D. Robbins2011-01-191-2/+2
|
* Simplify code for do_tolower, do_toupper.Arnold D. Robbins2011-01-191-0/+1
|
* Relocate include of fcntl.h.Arnold D. Robbins2011-01-101-6/+7
|
* PC fiexes from Eli.Arnold D. Robbins2011-01-081-4/+6
|
* strncasembscmp fix. Doc updates.Arnold D. Robbins2010-12-311-1/+2
|
* Minor bug fixes, lots more doc, make dist.Arnold D. Robbins2010-12-281-1/+1
|
* Work on char* vs const char *.Arnold D. Robbins2010-12-191-3/+3
|
* Cleanup the mainline PC code, and pc/ directory.Arnold D. Robbins2010-12-181-2/+2
|
* Add PROCINFO["strftime"] as default strftime() format.Arnold D. Robbins2010-12-161-0/+1
|
* More doc and code fixes. See ChangeLogs.Arnold D. Robbins2010-12-051-1/+0
|