aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Another translation (de).Arnold D. Robbins2015-04-171-613/+389
|
* Translation updates.Arnold D. Robbins2015-04-173-784/+654
|
* New sv.po file.Arnold D. Robbins2015-04-161-128/+135
|
* Return "" from strftime if bad time_t value instead of fatal.Arnold D. Robbins2015-04-162-5/+15
|
* When strtod sets errno, force the numeric value to zero.Andrew J. Schorr2015-04-162-3/+19
|
* Update NEWS.Arnold D. Robbins2015-04-162-1/+8
|
* Update pc/Makefile.tst.Arnold D. Robbins2015-04-163-11/+31
|
* Update po/gawk.pot before test tarball.Arnold D. Robbins2015-04-161-126/+133
|
* Fix printf format in regex malloc wrappers.Arnold D. Robbins2015-04-162-2/+8
|
* Additional checking for strftime.Arnold D. Robbins2015-04-162-2/+14
|
* Another bug fix in strftime.Arnold D. Robbins2015-04-142-0/+6
|
* Make indirect call of gensub with 3 args work.Arnold D. Robbins2015-04-145-2/+17
|
* Improve negative time value checking for strftime.Arnold D. Robbins2015-04-142-9/+12
|
* Remove fatal error if strftime timestamp < 0.Arnold D. Robbins2015-04-137-4/+44
|
* Fix regex code to avoid malloc(0).Arnold D. Robbins2015-04-134-9/+53
|
* Update in README_d/README.macosx.Arnold D. Robbins2015-04-132-0/+16
|
* New sv translation.Arnold D. Robbins2015-04-131-362/+230
|
* Fix efence target, whitepsace in ChangeLog.Arnold D. Robbins2015-04-123-4/+9
|
* Robustify the charset tests against missing locales.Arnold D. Robbins2015-04-093-14/+38
|
* Add README_d/README.macosx.Arnold D. Robbins2015-04-092-0/+13
|
* Make fts test more robust.Arnold D. Robbins2015-04-092-1/+8
|
* VMS build and compilation fixes.Arnold D. Robbins2015-04-094-2/+14
|
* Add a comment for tranlators in main.c.Arnold D. Robbins2015-04-082-0/+8
|
* More doc updates towards release.Arnold D. Robbins2015-04-084-67/+95
|
* Enable special filenames for profiling output.Arnold D. Robbins2015-04-084-17/+72
|
* Regenerate test/Makefile.in after Eli's fixes.Arnold D. Robbins2015-04-081-1/+1
|
* Add nl.po.Arnold D. Robbins2015-04-081-382/+247
|
* Avoid dependency on libgcc DLL in the extensions.Eli Zaretskii2015-04-082-5/+12
|
* Merge branch 'gawk-4.1-stable' of git.savannah.gnu.org:/srv/git/gawk into ↵Eli Zaretskii2015-04-081-1/+1
|\ | | | | | | gawk-4.1-stable
| * Update copyright date in extension/Makefile.in.Arnold D. Robbins2015-04-081-1/+1
| |
* | Allow to redirect profile to stdout more portably.Eli Zaretskii2015-04-086-3/+21
|/
* Update copyright years in extension files.Arnold D. Robbins2015-04-085-5/+10
|
* Updated some translations.Arnold D. Robbins2015-04-083-1022/+686
|
* Update copyrights and prep towards release.Arnold D. Robbins2015-04-0718-38/+43
|
* Update pc/Makefile.tst and pc/config.h.Arnold D. Robbins2015-04-073-20/+89
|
* Minor doc update.Arnold D. Robbins2015-04-073-0/+15
|
* Minor code cleanups.Arnold D. Robbins2015-04-064-19/+35
|
* Doc fixes.Arnold D. Robbins2015-04-055-420/+410
|
* Don't install gawk extensions if --posix or --traditional.Arnold D. Robbins2015-04-053-6/+32
|
* Small doc fix.Arnold D. Robbins2015-03-314-334/+335
|
* Merge branch 'feature/fix-indirect-call' into gawk-4.1-stableArnold D. Robbins2015-03-3118-669/+1362
|\
| * Update doc on calling built-ins indirectly.Arnold D. Robbins2015-03-314-298/+337
| |
| * Add tests for indirect call of builtins.Arnold D. Robbins2015-03-316-2/+64
| |
| * Get indirect calls working!Arnold D. Robbins2015-03-316-20/+207
| |
| * Further improvements. sub/gsub working.Arnold D. Robbins2015-03-316-34/+97
| |
| * Further progress on indirect calls of builtins.Arnold D. Robbins2015-03-248-373/+395
| |
| * Fix a test.Arnold D. Robbins2015-03-242-0/+5
| |
| * Merge branch 'gawk-4.1-stable' into feature/fix-indirect-callArnold D. Robbins2015-03-244-82/+137
| |\
| * | Start on testing/fixing indirect calls of builtins.Arnold D. Robbins2015-03-207-5/+319
| | |
* | | Fix bug where exit with no argument was setting the exit status to zero.Andrew J. Schorr2015-03-248-11/+40
| |/ |/|