index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
extension
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-08-12
3
-8
/
+13
|
\
|
*
Revert previous patch; instead define RM.
Arnold D. Robbins
2014-08-12
3
-8
/
+13
*
|
Merge branch 'gawk-4.1-stable'
Arnold D. Robbins
2014-08-12
3
-4
/
+11
|
\
|
|
*
Use rm -f instead of $(RM) in Makefile.am files.
Arnold D. Robbins
2014-08-12
3
-4
/
+11
*
|
Merge branch 'master' into cmake
Arnold D. Robbins
2014-08-12
3
-2
/
+10
|
\
|
|
*
Bug fix in uninstall in extension directory.
Arnold D. Robbins
2014-07-21
3
-2
/
+10
*
|
Merge remote-tracking branch 'origin/master' into cmake
Juergen Kahrs
2014-06-24
25
-671
/
+1180
|
\
|
|
*
Use $(DESTDIR) in extension/Makefile.am when removing .la files.
Arnold D. Robbins
2014-04-11
3
-2
/
+8
|
*
Make release tar ball.
Arnold D. Robbins
2014-04-08
5
-11
/
+27
|
*
Fix a compilation warning.
Arnold D. Robbins
2014-04-04
2
-3
/
+7
|
*
Update copyright years on files changed in 2014.
Arnold D. Robbins
2014-03-31
10
-10
/
+11
|
*
Remove -Wextra from gcc command line in extension dir..
Arnold D. Robbins
2014-03-31
3
-2
/
+8
|
*
Improvements in both configure.ac files.
Arnold D. Robbins
2014-03-28
4
-14
/
+226
|
*
Add input parser to readfile extension, document it and test it.
Arnold D. Robbins
2014-03-27
3
-18
/
+156
|
*
Add default defn's for constants in extension files.
Arnold D. Robbins
2014-03-23
3
-0
/
+15
|
*
Add memory allocation functions to gawk API.
Andrew J. Schorr
2014-03-08
8
-16
/
+27
|
*
VMS updates.
Arnold D. Robbins
2014-02-14
2
-11
/
+24
|
*
Merge branch 'gawk-4.1-stable' into new-vms
Arnold D. Robbins
2014-01-03
6
-516
/
+479
|
|
\
|
|
*
Update configuration helper files.
Arnold D. Robbins
2014-01-03
6
-516
/
+479
|
*
|
Build and test dynamic extensions on VMS. Documented too.
Arnold D. Robbins
2013-12-30
3
-0
/
+30
|
*
|
Additional VMS fix.
Arnold D. Robbins
2013-12-29
2
-2
/
+7
|
*
|
Enable compiling extensions on VMS.
Arnold D. Robbins
2013-12-29
4
-0
/
+51
|
|
/
|
*
Update extension/build-aux/config.guess.
Arnold D. Robbins
2013-12-24
2
-77
/
+115
*
|
Merge remote-tracking branch 'origin/master' into cmake
Juergen Kahrs
2013-12-23
20
-3924
/
+5377
|
\
|
|
*
Make extensions controlled by configure time option.
Arnold D. Robbins
2013-12-21
5
-55
/
+6
|
*
Update to automake 1.13.4 and libtool 2.4.2.418.
Arnold D. Robbins
2013-12-21
11
-3849
/
+5165
|
*
Make 'make distcheck' work.
Arnold D. Robbins
2013-11-28
3
-0
/
+17
|
*
Include inplace.3am in list of manual pages.
Arnold D. Robbins
2013-11-20
3
-4
/
+8
|
*
Fix extension portability for AIX.
Arnold D. Robbins
2013-10-24
2
-2
/
+13
|
*
Clean up some -Wextra compile warnings in extensions.
Arnold D. Robbins
2013-08-22
6
-1
/
+27
|
*
Move FAKE_FD_VALUE to shared header.
Arnold D. Robbins
2013-08-20
2
-4
/
+10
|
*
Fix for MinGW in extension/filefuncs.c.
Arnold D. Robbins
2013-08-06
2
-9
/
+14
|
*
Minor improvement for Windows in filefuncs.c.
Arnold D. Robbins
2013-08-02
2
-1
/
+24
|
*
Fix compiling on MinGW.
Arnold D. Robbins
2013-07-24
2
-4
/
+15
|
*
Solaris config and included fixes. See ChangeLog.
Arnold D. Robbins
2013-06-10
6
-2
/
+85
*
|
Merge remote-tracking branch 'origin/master' into cmake
Juergen Kahrs
2013-06-01
8
-11
/
+74
|
\
|
|
*
Support |& on MS-Windows, both for sockets and for pipes.
Eli Zaretskii
2013-06-01
4
-0
/
+14
|
*
Add "devbsize" to stat extension and doc.
Arnold D. Robbins
2013-05-29
5
-2
/
+43
|
*
Replace obsolete AC_STRUCT_ST_BLKSIZE macro.
Arnold D. Robbins
2013-05-27
5
-10
/
+10
|
*
Move FAKE_FD_VALUE out of gawkapi.h.
Arnold D. Robbins
2013-05-20
2
-0
/
+8
*
|
CMake and MinGW can build 7 out of 11 extension; 10 out of 18 test SHLIB case...
Juergen Kahrs
2013-05-20
1
-7
/
+4
*
|
Merge remote-tracking branch 'origin/master' into cmake
Juergen Kahrs
2013-05-16
11
-23
/
+282
|
\
|
|
*
Remove extension .la files after install.
Arnold D. Robbins
2013-05-16
3
-13
/
+30
|
*
Add AC_STRUCT_ST_BLKSIZE call in extension/configure.ac.
Arnold D. Robbins
2013-05-16
4
-0
/
+82
|
*
Add stat blocksize of 4096 for Windows.
Arnold D. Robbins
2013-05-16
2
-0
/
+7
|
*
Fix building, installing, and testing extensions on MS-Windows.
Eli Zaretskii
2013-05-14
6
-10
/
+163
*
|
Merge remote-tracking branch 'origin/master' after release of Gawk 4.1.0 into...
Juergen Kahrs
2013-05-10
5
-11
/
+23
|
\
|
|
*
Gawk 4.1.0 release.
Arnold D. Robbins
2013-05-10
5
-11
/
+23
|
*
Update for next test tarball.
Arnold D. Robbins
2013-05-02
2
-11
/
+11
*
|
All SHLIB test cases are implemented now and pass on Linux. With MinGW only 6...
Juergen Kahrs
2013-05-04
1
-1
/
+1
[next]