aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Force only ASCII letters to be allowed in identifiers.Arnold D. Robbins2014-09-143-2/+74
|
* Minor doc edit.Arnold D. Robbins2014-09-083-18/+6
|
* Minor code cleanups.Arnold D. Robbins2014-09-074-16/+25
|
* Minor doc fixes.Arnold D. Robbins2014-09-073-2/+16
|
* More reviewer comments.Arnold D. Robbins2014-09-054-265/+268
|
* Add builtin functions to FUNCTAB and PROCINFO["identifiers"] and doc.Arnold D. Robbins2014-09-0515-424/+548
|
* New test, indirect call of builtin functions.Arnold D. Robbins2014-09-056-2/+35
|
* Portability fix for functab4 test.Arnold D. Robbins2014-09-053-7/+31
|
* New helper file, chlistref.awk.Arnold D. Robbins2014-09-042-0/+35
|
* Make indirect calls work on built-in and extension functions.Arnold D. Robbins2014-09-0413-325/+422
|
* Improve printing empty for loop header in profiler.Arnold D. Robbins2014-09-044-13/+30
|
* Documentation fixes and improvements.Arnold D. Robbins2014-09-045-589/+735
|
* Fix debugger walkthrough.Arnold D. Robbins2014-09-024-95/+106
|
* Bug fix in handling indirect function calls.Arnold D. Robbins2014-09-012-1/+11
|
* Minor improvement to substr().Arnold D. Robbins2014-09-012-3/+16
|
* Index @ stuff in doc.Arnold D. Robbins2014-09-014-0/+36
|
* More doc updates.Arnold D. Robbins2014-08-296-1206/+1326
|
* Cleanup code for strcasecmp.Arnold D. Robbins2014-08-276-14/+13
|
* Change exclusion of exercises.Arnold D. Robbins2014-08-264-623/+579
|
* Sync regex with GLIBC.Arnold D. Robbins2014-08-263-7/+19
|
* Exclude exercises from print edition.Arnold D. Robbins2014-08-254-570/+644
|
* More reviewer comments. This is getting harder.Arnold D. Robbins2014-08-244-760/+817
|
* More reviewer comments.Arnold D. Robbins2014-08-2312-732/+678
|
* More reviewer comments.Arnold D. Robbins2014-08-224-734/+830
|
* More fixes from reviewer comments.Arnold D. Robbins2014-08-204-873/+915
|
* Minor cleanup in symbol.c.Arnold D. Robbins2014-08-182-18/+23
|
* More reviewer comments.Arnold D. Robbins2014-08-164-486/+518
|
* Continue on reviewer comments.Arnold D. Robbins2014-08-154-1147/+1074
|
* Adjust -L option in usage output, update test.Arnold D. Robbins2014-08-154-2/+12
|
* Minor improvement in building - extract examples from doc.Arnold D. Robbins2014-08-153-2/+11
|
* Doc updates. Start on reviewer comments.Arnold D. Robbins2014-08-134-643/+632
|
* Minor improvement in gsub() memory management.Arnold D. Robbins2014-08-132-5/+16
|
* Revert previous patch; instead define RM.Arnold D. Robbins2014-08-126-13/+24
|
* Use rm -f instead of $(RM) in Makefile.am files.Arnold D. Robbins2014-08-126-6/+19
|
* Rebuild record upon OFS being changed.Arnold D. Robbins2014-08-126-18/+57
|
* Minor doc updates.Arnold D. Robbins2014-08-065-260/+323
|
* Bug fix to MPFR mod operation for negative numerator.Arnold D. Robbins2014-08-056-4/+55
|
* Bug fix in MPFR that manifested in sqrt().Arnold D. Robbins2014-08-057-16/+144
|
* New id.po file.Arnold D. Robbins2014-08-051-922/+2260
|
* Minor patch to get --profile to work in -M (MPFR) mode.Andrew J. Schorr2014-08-033-2/+7
|
* Improve inrec setting ERRNO, doc of API get_record for errors.Arnold D. Robbins2014-08-038-138/+149
|
* Minor code improvement for sprintf %c.Arnold D. Robbins2014-08-032-2/+6
|
* Document more about sprintf %c.Arnold D. Robbins2014-08-034-427/+438
|
* Make sprintf %c work better on Windows (printhuge test)Arnold D. Robbins2014-07-312-5/+23
|
* Clean up some memory in MPFR.Arnold D. Robbins2014-07-314-0/+22
|
* Sync dfa with GNU grep.Arnold D. Robbins2014-07-312-7/+13
|
* Add a warning if -M used and MPFR not available.Arnold D. Robbins2014-07-252-0/+7
|
* Add newline to printhuge test.Arnold D. Robbins2014-07-253-2/+7
|
* Bug fix for I/O errors in the middle of a file.Arnold D. Robbins2014-07-244-5/+19
|
* Fix option ordering in usage output.Arnold D. Robbins2014-07-244-2/+11
|