Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | New @load keyword to load shared libraries. | Andrew J. Schorr | 2012-03-21 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | - Add new environment variable AWKLIBPATH to use when searching for shared | Andrew J. Schorr | 2012-03-20 | 1 | -0/+25 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | |||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-05-09 | 1 | -0/+38 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| | * | | Rework handling of bool. | Arnold D. Robbins | 2012-05-09 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Don't include config.h twice in replace.c. | Arnold D. Robbins | 2012-05-07 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Fix minor printf format warnings. | Arnold D. Robbins | 2012-05-07 | 1 | -0/+6 | |
| | | | | ||||||
| | * | | Work around Tandem define. | Arnold D. Robbins | 2012-05-04 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | DJGPP --> __DJGPP__ | Arnold D. Robbins | 2012-05-04 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Merge with grep - RRI now in dfa.c! | Arnold D. Robbins | 2012-05-01 | 1 | -0/+8 | |
| | | | | ||||||
| | * | | Sync dfa with GNU grep. | Arnold D. Robbins | 2012-04-27 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge branch 'gawk-4.0-stable' (latest infrastructure). | Arnold D. Robbins | 2012-04-27 | 1 | -1/+27 | |
| |\| | | ||||||
| | * | | Upgrade infrastructure to autoconf 2.69, automake 1.12. | Arnold D. Robbins | 2012-04-27 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Minor cleanups in debugger. | Arnold D. Robbins | 2012-04-26 | 1 | -0/+7 | |
| | | | | ||||||
| | * | | Finish updating to automake 1.11.4. tcc now works! | Arnold D. Robbins | 2012-04-09 | 1 | -0/+5 | |
| | | | | ||||||
| | * | | Move to automake 1.11.4. | Arnold D. Robbins | 2012-04-08 | 1 | -0/+4 | |
| | | | | ||||||
| * | | | Cleanups in io.c and improve RS as regexp. | Arnold D. Robbins | 2012-04-26 | 1 | -0/+18 | |
| | | | | ||||||
* | | | | Fix memory corruption in copying an array, add another array extension. | john haque | 2012-05-02 | 1 | -0/+6 | |
| | | | | ||||||
* | | | | Add optional shutdown routine for an extension lib. | john haque | 2012-04-21 | 1 | -0/+23 | |
| | | | | ||||||
* | | | | Improve array interface. | john haque | 2012-04-19 | 1 | -0/+42 | |
| | | | | ||||||
* | | | | Polish array handling code. | john haque | 2012-04-18 | 1 | -0/+16 | |
|/ / / | ||||||
* | | | Merge branch 'master' into gawk_mpfr. | john haque | 2012-04-17 | 1 | -1/+109 | |
|\ \ \ | ||||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-04-08 | 1 | -0/+25 | |
| |\| | | ||||||
| | * | | Move _Noreturn handlng into a separate macro. | Arnold D. Robbins | 2012-03-30 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Sync dfa with grep. Update configure machinery. | Arnold D. Robbins | 2012-03-29 | 1 | -0/+10 | |
| | | | | ||||||
| | * | | Make 4.0.1 tarball. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+4 | |
| | | | | ||||||
| | * | | Update copyrights where needed. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | Additional getopt fix, for DJGPP this time. | Arnold D. Robbins | 2012-03-28 | 1 | -0/+5 | |
| | | | | ||||||
| * | | | Merge branch 'gawk-4.0-stable' | Arnold D. Robbins | 2012-03-22 | 1 | -1/+84 | |
| |\| | | | |/ | |/| | ||||||
| | * | Minor getopt fix for cygwin and NEWS update. | Arnold D. Robbins | 2012-03-21 | 1 | -0/+5 | |
| | | | ||||||
| | * | Minor configure.ac fix and new tarball. | Arnold D. Robbins | 2012-03-20 | 1 | -0/+5 | |
| | | | ||||||
| | * | Minor printf bug fix + new test for it everywhere. | Arnold D. Robbins | 2012-03-20 | 1 | -0/+7 | |
| | | | ||||||
| | * | Make getopt always compile, fix C89 issues. | Arnold D. Robbins | 2012-03-20 | 1 | -0/+7 | |
| | | | ||||||
| | * | Sync from GLIBC. | Arnold D. Robbins | 2012-03-16 | 1 | -0/+6 | |
| | | | ||||||
| | * | Fix compile warnings on DJGPP. | Arnold D. Robbins | 2012-03-14 | 1 | -0/+5 | |
| | | | ||||||
| | * | Fix to regex_internal.c from sed list. | Arnold D. Robbins | 2012-03-14 | 1 | -0/+6 | |
| | | | ||||||
| | * | Make getgroups error non-fatal. Minor doc update. | Arnold D. Robbins | 2012-02-28 | 1 | -0/+5 | |
| | | | ||||||
| | * | Make 'j' tarball for testing. | Arnold D. Robbins | 2012-02-27 | 1 | -0/+6 | |
| | | | ||||||
| | * | Fix warnings from gcc -Wall, GCC 4.6.2. | Arnold D. Robbins | 2012-02-15 | 1 | -0/+12 | |
| | | | ||||||
| | * | Sync dfa.c with GNU grep. | Arnold D. Robbins | 2012-02-10 | 1 | -0/+4 | |
| | | | ||||||
| | * | Minor bug fix, new .gmo files. | Arnold D. Robbins | 2012-02-07 | 1 | -0/+6 | |
| | | | ||||||
| | * | Sync dfa.c with grep on bugfix for DJGPP. | Arnold D. Robbins | 2012-01-16 | 1 | -0/+5 | |
| | | | ||||||
| | * | Sync dfa.c with grep. | Arnold D. Robbins | 2012-01-03 | 1 | -0/+4 | |
| | | | ||||||
* | | | MPFR fixes from Eli. | john haque | 2012-04-16 | 1 | -0/+8 | |
| | | | ||||||
* | | | Update ChangeLog. | Arnold D. Robbins | 2012-04-12 | 1 | -0/+5 | |
| | | | ||||||
* | | | Change RNDMODE to ROUNDMODE and update doc. | john haque | 2012-04-11 | 1 | -0/+4 | |
| | | | ||||||
* | | | Change --arbitrary-precision to --bignum. Doc updates. | Arnold D. Robbins | 2012-04-11 | 1 | -0/+4 | |
| | | | ||||||
* | | | MPFR related documentation updates and code cleanups. | john haque | 2012-04-02 | 1 | -0/+68 | |
|/ / | ||||||
* | | Stylistic edits. | Arnold D. Robbins | 2012-01-02 | 1 | -0/+6 | |
| | | ||||||
* | | Added timeout for reading from input. | john haque | 2012-01-01 | 1 | -0/+14 | |
| | | ||||||
* | | Merge branch 'gawk-4.0-stable', minor fixes after exe merge. | Arnold D. Robbins | 2011-12-31 | 1 | -0/+11 | |
|\| |