edaad7697etest: fix the source code checker POSIX conformity.
sam
2011-06-18 10:41:59 +0000
247a29cb18Support for [] delimiters in addition to (), courtesy of Sanel Zukan.
sam
2009-12-23 23:30:19 +0000
cb4532eb43Fix a link in the README. This was reported to me 4 years ago :(
sam
2009-12-19 13:51:56 +0000
8797e16d7bAdd support for primitive->string, compound->string and macro->string, thanks to Derek Peschel <dpeschel@eskimo.com>. Patch slightly reworked.
sam
2009-12-19 13:08:32 +0000
66a624fb53Add missing svn:ignore properties.
sam
2009-12-19 12:33:03 +0000
0948041886Move all tests to a single directory for "make check".
sam
2009-12-19 12:28:36 +0000
776c2c2fccClean up build system and update copyright information.
sam
2009-12-19 12:28:26 +0000
dcdb7f3f16* Remove tabs from source code. Another excuse to test the buildbot.
sam
2006-09-18 16:59:55 +0000
8fe6661370* Removed -Waggregate-return from the build flags.
sam
2006-09-17 11:08:01 +0000
4fe7ccd660* lib/xwidgets/: more pointer/int cast fixes.
sam
2006-09-17 11:06:03 +0000
51d8ac2837* lib/xlib: fix invalid pointer-int casts.
sam
2006-09-17 10:46:09 +0000
44a8ef8d52* Fix the win32 build (still OK for the 0.99.7 release).
sam
2006-06-14 15:58:08 +0000
73110ef804* 0.99.7 release.
sam
2006-06-14 15:51:02 +0000
89b71eb165* Fixed build with recent autotools.
sam
2006-06-14 15:06:05 +0000
4846384ab6* Updated NEWS for 0.99.7. * Prepared 0.99.7 release.
sam
2006-06-14 14:48:50 +0000
ece1e51f8b* Added a garbage collector stress test.
sam
2006-06-14 14:47:30 +0000
4ad539fda8* Added volatile keyword to prevent gcc from optimising away.
sam
2006-06-14 14:11:36 +0000
6b44e7be05* Removed debian/ directory from upstream.
sam
2006-06-14 12:33:15 +0000
c6193d0b53* src/cont.c: marked as volatile variables that we don't want optimised away.
sam
2006-03-02 21:17:23 +0000
2d0bfa1171* src/proc.c: store function pointers in typed variables before calling them.
sam
2006-03-02 21:07:01 +0000
f6644fbe65* src/type.c: Replaced useless ++p with p+1.
sam
2006-03-02 21:04:10 +0000
6f77a6d9ed* bootstrap: imported a newer bootstrap script.
sam
2006-03-02 21:02:40 +0000
550ad4e2a3* include/object.h: use uintptr_t instead of intptr_t to avoid side effects during divisions.
sam
2006-03-02 20:54:22 +0000
04359f2053* bootstrap: support automake version 1.8 and 1.9.
sam
2005-11-01 18:59:20 +0000
29930448d4* src/cont.c: workaround for an amd64 gcc bug.
sam
2005-11-01 18:58:14 +0000
7bbd3cda52* src/heap-gen.c: + Fixed shadowed global declarations.
sam
2004-08-09 20:21:00 +0000
93ec4486de* No longer version-control autotools.
sam
2004-08-09 20:09:20 +0000
f53cb70249* bootstrap: + Call aclocal after libtoolize. + Got rid of autotools/ * configure.ac: + Added more warning flags to the compilation process.
sam
2004-08-09 20:08:52 +0000
da3485795e* Got rid of P_() and ELLIPSIS macros. * Adapted all prototypes to no longer use P_().
sam
2004-08-09 20:05:25 +0000
fd5175bedd* debian/control: + Build-depend on the new X development packages instead of xlibs-dev. * debian/menu: + Syntax fixes.
sam
2004-03-14 13:10:32 +0000
3de0d32a54* src/loadlib.c: + Use the internal Get_String() function to allocate a C string from library objects, since Elk strings are not null-terminated.
sam
2004-03-11 18:21:55 +0000
ca7c9ff157* src/math.c: + If one of the factors is the exact zero, the result yields exact zero.
sam
2004-01-29 13:55:42 +0000
dc2d4e6819* include/extern.h: + Export P_Pow to applications.
sam
2004-01-19 19:29:59 +0000
8c1b24cb3a* debian/rules: + Added touch calls to avoid build failures due to clock skews.
sam
2003-12-31 17:40:24 +0000
b729d20c36* debian/control: + Switched back to libelf; elfutils is rather non-free. * configure.ac: + Don't assume -lXt when checking for -lX11.
sam
2003-12-31 17:21:21 +0000
b8b5170569* configure.ac: Added an additional level of quoting (from the FreeBSD port).
sam
2003-12-08 10:48:49 +0000
38d0b74bc4* Updated ChangeLog.
sam
2003-12-08 10:48:14 +0000
47f61c877e* Prepared release 3.99.6.
sam
2003-12-05 12:35:48 +0000
17adddfb93* configure.ac: + Fix by Phillip Rulon for uninitialised $prefix.
sam
2003-11-26 17:50:30 +0000
e2e4ce6dc6* bootstrap: remove autom4te.cache before running autoconf.
sam
2003-11-06 10:22:44 +0000
5d3452d91b* Minor Debian release.
sam
2003-10-13 09:23:47 +0000
c9d2b8c0cb* New Debian upload.
sam
2003-10-10 12:40:37 +0000
749a5869ae* Only look for kernel32.dll if the target is windows.
sam
2003-10-07 19:20:35 +0000
2c8c2dadb8* Fixed the invalid -lXt check, that was causing the -lXaw check to fail.
sam
2003-10-06 00:19:21 +0000
41913af48d* src/libelk.c: + Test for HAVE_STRUCT_RLIMIT, not HAVE_GETRLIMIT. * src/loadlib.c: + Style fixes.
sam
2003-10-05 22:52:37 +0000
ae3913a458* Minor typo fix (cosmetic).
sam
2003-10-05 21:05:11 +0000
a632cd1797* Support for the BeOS dynamic loader.
sam
2003-10-05 13:11:41 +0000
68d95d0a0b* Fixed a stupid bug in the HP-UX dynamic code loading.
sam
2003-10-04 22:28:49 +0000
83cafbd2b3* Working on 3.99.6.
sam
2003-10-04 22:27:57 +0000
11d6d6d102* Do not fail if -lXmu is not present; -lXt should be enough.
sam
2003-09-30 02:00:20 +0000
5fc5554433* Release 3.99.5.
sam
2003-09-28 13:05:38 +0000
92ba548f50* Removed deprecated notes from MACHINES * Added $Id to COPYING and removed date information.
sam
2003-09-28 12:49:25 +0000
97683acf70* r4rstest.scm is the original test again, we add extra tests at build time in a generated file. * Fixed a $(srcdir) / $(builddir) confusion.
sam
2003-09-28 11:22:30 +0000
d2ec72e374* Fixed a couple of $(srcdir) / $(builddir) mistakes in the doc rules.
sam
2003-09-28 11:15:47 +0000
8192139a2b* Use printf "" instead of touch to create timestamps because of systems where touch does not create the file.
sam
2003-09-28 10:12:49 +0000
97d78723a2* Fixed xaw.la and motif.la loading.
sam
2003-09-28 10:00:48 +0000
8eb3b6d06b* Renamed xt*.c to *.c, because it is their original name in Elk 3.0.
sam
2003-09-28 10:00:26 +0000
33a9e2da21* Split the common part of the xaw and motif plugins into a separate libelk-xt shared library.
sam
2003-09-28 09:57:09 +0000
fe0a092b92* Renamed plugin.c to init.c to match the xt plugin.
sam
2003-09-28 09:50:15 +0000
697b8289d1* Split the xlib.la module into a shared library and a module, so that the shared library can be used by the xaw and motif modules (which I am going to split as well).
sam
2003-09-27 15:20:14 +0000
d9c2c96d5c* Fixed a syntax error.
sam
2003-09-27 14:41:16 +0000