index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
All extensions can be built as shared libraries now. It was necessary to remo...
Juergen Kahrs
2013-02-09
3
-1
/
+72
*
A slightly better but still crude approach at getting many tests to run. More...
Juergen Kahrs
2013-02-09
2
-4
/
+12
*
New script helps in test-automation.
Juergen Kahrs
2013-02-09
1
-0
/
+11
*
Target 'check' replaced by target 'test' because CMake's test automation work...
Juergen Kahrs
2013-02-09
2
-7
/
+6
*
New target 'check' is a very crude first step toward testing that will soon d...
Juergen Kahrs
2013-02-08
2
-2
/
+9
*
New target 'doc' generates .dvi .ps and .pdf files. This is a lazy approach, ...
Juergen Kahrs
2013-02-08
1
-0
/
+15
*
Added some more hints about what to do.
Juergen Kahrs
2013-02-08
2
-3
/
+20
*
Explained how to get gawk built with CMake.
Juergen Kahrs
2013-02-08
1
-0
/
+33
*
Added Toolchain files as examples for cross-compilation.
Juergen Kahrs
2013-02-08
2
-0
/
+44
*
Added test/CMakeLists.txt and doc/CMakeLists.txt with FSF header.
Juergen Kahrs
2013-02-08
3
-0
/
+80
*
Cleaned up a bit more after a test on Ubuntu 12.04 LTS.
Juergen Kahrs
2013-02-08
1
-7
/
+4
*
New macro DefineStructHasMemberIfAvailable. Cleaned up a bit.
Juergen Kahrs
2013-02-07
1
-14
/
+27
*
Merge branch 'master' into cmake
Juergen Kahrs
2013-02-07
5
-54
/
+47
|
\
|
*
Update pc/Makefile.tst.
Arnold D. Robbins
2013-02-07
2
-4
/
+13
|
*
Remove xmlgawk from other versions in the doc.
Arnold D. Robbins
2013-02-07
3
-50
/
+34
*
|
Added initial README.
Juergen Kahrs
2013-02-06
3
-0
/
+15
*
|
Initial version of CMakeLists.txt.
Juergen Kahrs
2013-02-06
1
-0
/
+236
|
/
*
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2013-02-06
2
-5
/
+17
|
\
|
*
Clean up code for sprintf checking for zero args.
Arnold D. Robbins
2013-02-06
2
-4
/
+10
|
*
Fix include order, mainly for VMS.
Arnold D. Robbins
2013-02-06
2
-3
/
+9
|
*
Pull in some regex fixes.
Arnold D. Robbins
2013-02-06
5
-11
/
+26
*
|
Remove unneeded, undocumented -m option.
Arnold D. Robbins
2013-02-06
4
-42
/
+8
*
|
Updates to NEWS.
Arnold D. Robbins
2013-02-06
1
-0
/
+2
*
|
Documentation update for new makeinfo.
Arnold D. Robbins
2013-02-06
3
-138
/
+152
*
|
Pull in some regex fixes.
Arnold D. Robbins
2013-02-04
5
-12
/
+26
*
|
Additional changes for cross-compiling.
Arnold D. Robbins
2013-02-03
6
-1
/
+34
*
|
Cross compile fix for readline checks.
Arnold D. Robbins
2013-01-31
4
-4
/
+10
*
|
Add API to --version output. Use it for shlib tests.
Arnold D. Robbins
2013-01-31
5
-6
/
+13
*
|
Minor documentation improvements.
Arnold D. Robbins
2013-01-31
5
-400
/
+410
*
|
Fix include order, mainly for VMS.
Arnold D. Robbins
2013-01-31
2
-2
/
+8
*
|
Move functab4 into shlib tests.
Arnold D. Robbins
2013-01-31
4
-14
/
+19
*
|
Minor fix in NEWS.
Arnold D. Robbins
2013-01-31
1
-2
/
+0
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2013-01-31
4
-17
/
+5
|
\
|
|
*
Remove PROBLEMS file, it's not needed anymore.
Arnold D. Robbins
2013-01-31
4
-17
/
+5
*
|
Use gawk --version to decide whether to run MPFR tests.
Andrew J. Schorr
2013-01-31
6
-28
/
+25
*
|
Fix gawkdirfd.h for Mac OS X.
Arnold D. Robbins
2013-01-27
2
-1
/
+2
*
|
More portability work: dirfd in extensions.
Arnold D. Robbins
2013-01-27
12
-1533
/
+1954
*
|
Fix dist to include mpfr tests and fix reginttrad.
Arnold D. Robbins
2013-01-27
3
-2
/
+33
*
|
Add items to checklist.
Arnold D. Robbins
2013-01-27
1
-1
/
+3
*
|
Run MPFR tests is MPFR is available.
Arnold D. Robbins
2013-01-27
6
-2
/
+47
*
|
Minor documentation improvement.
Arnold D. Robbins
2013-01-27
3
-266
/
+280
*
|
More portability - find readline dependencies.
Arnold D. Robbins
2013-01-25
8
-47
/
+84
*
|
Considerable additional portability fixes.
Arnold D. Robbins
2013-01-25
9
-8
/
+22
*
|
Improve code in symbol.c.
Arnold D. Robbins
2013-01-25
3
-17
/
+20
*
|
More portability.
Arnold D. Robbins
2013-01-22
6
-2
/
+21
*
|
Improve portability.
Arnold D. Robbins
2013-01-22
3
-0
/
+13
*
|
Fix credit for report in ChangeLog.
Arnold D. Robbins
2013-01-22
1
-1
/
+1
*
|
Bug fix for -d with -i.
Arnold D. Robbins
2013-01-22
2
-2
/
+18
*
|
Typo fix in doc.
Arnold D. Robbins
2013-01-21
3
-2
/
+7
*
|
Merge branch 'gawk-4.0-stable'
Arnold D. Robbins
2013-01-20
7
-3
/
+75
|
\
|
[next]