index
:
egawk
master
Enhanced GNU Awk
kaz@kylheku.com
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
cmake
Commit message (
Expand
)
Author
Age
Files
Lines
*
Relase 5.1.0 tarball made.
Arnold D. Robbins
2020-04-14
1
-0
/
+4
*
Make 5.0.1 tarball.
Arnold D. Robbins
2019-06-18
1
-0
/
+4
*
Renamed old ChangeLog files, added new ones for 5.0 release.
Arnold D. Robbins
2019-04-12
1
-0
/
+4
*
Make 4.2.1 tarball.
Arnold D. Robbins
2018-02-25
1
-0
/
+4
*
Make 4.2.0 tarball.
Arnold D. Robbins
2017-10-19
1
-0
/
+4
*
CMake updates in 'cmake' directory.
Arnold D. Robbins
2016-12-27
2
-1
/
+13
*
Update CMake support after adding support directory.
Arnold D. Robbins
2016-12-27
1
-2
/
+11
*
Creating installation packages now works for win32 (cross-compiled), Debian (...
Juergen Kahrs
2014-08-24
1
-6
/
+23
*
Copyright notice updated.
Juergen Kahrs
2014-08-12
2
-2
/
+2
*
Moved the file so that it becomes a bit more visible to the public when the c...
Juergen Kahrs
2014-08-08
1
-95
/
+0
*
Definition of _GL_ATTRIBUTE_PURE is needed by dfa.h for some strange reason.
Juergen Kahrs
2014-06-24
1
-1
/
+2
*
New test cases profile4 and profile5 from master branch.
Juergen Kahrs
2013-06-01
1
-0
/
+13
*
configure parameters --srcdir and --with-whiny-user-strftime work now.
Juergen Kahrs
2013-05-19
1
-9
/
+10
*
configure parameters CC and --prefix work now.
Juergen Kahrs
2013-05-19
1
-1
/
+10
*
First outline of the configure script invokes cmake.
Juergen Kahrs
2013-05-19
1
-3
/
+32
*
configure script stub as suggested by Arnold.
Juergen Kahrs
2013-05-19
2
-2
/
+21
*
Added more doc dependencies; some of them incomplete.
Juergen Kahrs
2013-05-19
1
-53
/
+92
*
Doc files are now built with clean dependencies.
Juergen Kahrs
2013-05-18
1
-0
/
+61
*
HAVE_LIBREADLINE is now detected and used.
Juergen Kahrs
2013-05-12
1
-0
/
+1
*
Test cases longwrds and charasbytes pass now on MinGW.
Juergen Kahrs
2013-05-11
1
-1
/
+2
*
Test case SHLIB.filefuncs needs the gawk exe in source directory.
Juergen Kahrs
2013-05-11
1
-2
/
+2
*
Generated file CTestCustom.cmake contains test cases that shall be skipped.
Juergen Kahrs
2013-05-11
1
-0
/
+14
*
New function simple_test_case simplifies test case execution.
Juergen Kahrs
2013-05-09
1
-72
/
+52
*
All 377 test cases pass now. mbfw1 and mbprintf1 need LANG=en_US.UTF-8. Handl...
Juergen Kahrs
2013-05-07
1
-0
/
+2
*
Found better way to auto-detect GETGROUPS_T and GETPGRP_VOID.
Juergen Kahrs
2013-05-06
1
-3
/
+13
*
All 377 test cases are in now. Only mbfw1 and mbprintf1 fail on Linux.
Juergen Kahrs
2013-05-06
1
-10
/
+167
*
All BASIC test cases are in now.
Juergen Kahrs
2013-05-05
1
-0
/
+102
*
All UNIX test cases are in now.
Juergen Kahrs
2013-05-05
1
-0
/
+43
*
All LOCALE_CHARSET test cases are in now and found a bug in multi-byte charac...
Juergen Kahrs
2013-05-05
1
-0
/
+23
*
All EXT and INET test cases pass now.
Juergen Kahrs
2013-05-05
1
-0
/
+35
*
Replaced some $$ with $. All MPFR test cases pass now, on Linux and with MinGW.
Juergen Kahrs
2013-05-05
1
-8
/
+38
*
All non-standard test cases that caused a hang are now in and pass; (altogeth...
Juergen Kahrs
2013-05-04
1
-3
/
+56
*
All SHLIB test cases are implemented now and pass on Linux. With MinGW only 6...
Juergen Kahrs
2013-05-04
1
-9
/
+75
*
Non-standard test cases like testext shall be implemented as shell functions.
Juergen Kahrs
2013-05-04
1
-5
/
+30
*
Auto-detection is now mostly free from explicite conditionals.
Juergen Kahrs
2013-05-01
1
-22
/
+16
*
Found a clean way to auto-detect wctype_t and wint_t.
Juergen Kahrs
2013-04-30
1
-13
/
+5
*
New macro DefineIfSourceCompiles helps in auto-detection of wint_t.
Juergen Kahrs
2013-04-30
1
-2
/
+16
*
Extension readdir can now be built; now the extensions are complete.
Juergen Kahrs
2013-04-30
1
-0
/
+1
*
Cleaned up some more auto-detection macros.
Juergen Kahrs
2013-04-30
2
-12
/
+9
*
Native MinGW can now run tests with dynamic extensions; only a few of them pass.
Juergen Kahrs
2013-04-29
1
-8
/
+7
*
When building with a native MinGW for Win32 it is now possible to run a 'make...
Juergen Kahrs
2013-04-29
1
-1
/
+10
*
On Win32 platforms a native build with MinGW works now.
Juergen Kahrs
2013-04-28
1
-3
/
+16
*
CMake can now compile for target S390 with embedian cross-compiler.
Juergen Kahrs
2013-03-19
1
-0
/
+20
*
Search for bison on all platforms and let it generate awkgram.c. Use existing...
Juergen Kahrs
2013-03-11
1
-5
/
+10
*
Dynamic extensions can be invoked now on Windows. DYNAMIC 1 will be set if CM...
Juergen Kahrs
2013-03-09
1
-4
/
+4
*
.pdf files are now packaged into the doc directory.
Juergen Kahrs
2013-02-23
1
-1
/
+1
*
cmake -DCPACK_GENERATOR=DEB allows to produce packages in format of Debian or...
Juergen Kahrs
2013-02-23
2
-12
/
+16
*
Added some more explanations.
Juergen Kahrs
2013-02-21
1
-1
/
+12
*
NSIS installer gets a nice little icon.
Juergen Kahrs
2013-02-21
2
-0
/
+6
*
clang should use its own headers and libs.
Juergen Kahrs
2013-02-21
1
-1
/
+1
[next]