1
0
forked from GitHub/gf-core
Commit Graph

133 Commits

Author SHA1 Message Date
aarne
482e08bf9f robustness to gfcc interpreter ; make gfcc to bin 2006-11-12 20:48:01 +00:00
aarne
9949eda1b6 slight change in gfcc syntax and evaluation 2006-10-07 14:08:58 +00:00
aarne
1dd70a285e new constructs in gfcc, removed lambda 2006-09-29 10:55:36 +00:00
bringert
1e7d498b6c Set GF_LIB_PATH to the dist dir when building grammar-dist. 2006-03-21 13:20:03 +00:00
bringert
c2b3a28411 Use date-based package name for grammar dist. Included compiled resource-1.0 in grammar dist. 2006-03-21 13:02:14 +00:00
bringert
b5d8ec661f Don't rebuild java code when installing it. 2006-03-21 12:25:34 +00:00
priesnit
979bb39632 continuation of environment variable patch 2006-03-02 22:47:45 +00:00
bringert
18a57aa56a Added semi-working speech_input command. 2005-12-13 21:03:56 +00:00
bringert
f0e40a923d Make tools/mktoday.sh executable in dist and snapshot. Reported by Johan Bockgård. 2005-11-23 15:35:21 +00:00
bringert
19154d0317 Fixed bugs in the snapshot versioning code. 2005-11-18 14:43:44 +00:00
bringert
435c9aa5a0 Fixed snapshot building to use data-based version number. 2005-11-18 14:40:31 +00:00
bringert
1ca48c9a5e Changed Makefile use of CVS for creating dists to use darcs. 2005-11-17 16:07:51 +00:00
bringert
a51f7dad56 Allow disabling signal support in configure. 2005-11-11 10:12:49 +00:00
aarne
0d33fd98e0 Embed/TemplateApp 2005-10-07 12:06:19 +00:00
bringert
fea451f06c Used home-grown graph implementation in FiniteState, to remove dependency on fgl. This also lead to a dramatic performance increase. 2005-09-12 20:41:19 +00:00
bringert
a134b2b6f8 Added the prerequisits for automaton building. 2005-09-07 13:21:30 +00:00
bringert
62804db4fb Removed -package util (why was it ever there?), since that caused linking with libreadline on Unix, even with --without-readline. 2005-08-31 13:02:32 +00:00
bringert
949249fe74 Fixed shell scripts for java apps to use windows paths instead of cygwin paths. 2005-07-20 10:34:04 +00:00
bringert
c970c6b0c0 Removed unneeded elements in classpath when building gfeditor in order to work around problems with different path separators. 2005-07-17 14:49:50 +00:00
bringert
0ca08b7aa9 Changed jar target according to Kristofers note about OS X behaviour. 2005-07-17 14:31:47 +00:00
aarne
19d635046c Finnish close to production ; Predef.occurs 2005-06-26 19:40:31 +00:00
hdaniels
aab06133c6 better icon for the editor 2005-06-23 11:48:10 +00:00
hdaniels
a4993bcd39 added an application icon for gfeditor. But the icon itself is worth improvement 2005-06-23 10:52:38 +00:00
hdaniels
be6a1a40d9 added GPL headers to JavaGUI2. Include LICENSE files in gfeditor.jar 2005-06-23 09:18:52 +00:00
hdaniels
ebae7eedc1 deleted log4j jar. It is no more used. 2005-06-22 14:53:10 +00:00
bringert
deeafdfe29 Include gfeditor.in in binary dists. 2005-06-21 18:50:27 +00:00
hdaniels
a037c25eba added daniels' version of the Java editor 2005-06-21 18:40:22 +00:00
bringert
95811b667a Only create gf.wxs when build MSI package, to avoid including it in binary dists. 2005-05-19 19:19:10 +00:00
bringert
4dca982c88 Use $(TAR) instead of gtar in Makefile 2005-05-19 19:11:18 +00:00
bringert
0efdba25fd Added jgf.bat. Set GF_HOME variable and use it in jgf.bat. 2005-05-19 17:56:30 +00:00
bringert
913d1f4de7 Clean target now works in cygwin. Quoted paths to java executables to handle spaces in paths. Include more files in the MSI package. Disable readline automatically on GHC 6.4 for Windows. 2005-05-19 17:19:42 +00:00
bringert
09e2eda1b2 Can now build Windows MSI packages using WiX. 2005-05-19 14:19:13 +00:00
bringert
56c7b47a41 Allow setting GHCFLAGS with configure. 2005-05-19 12:48:00 +00:00
bringert
620550889f Added grammar-dist target. 2005-05-12 13:10:16 +00:00
bringert
71b6efcc87 Add optP/optl flags only when needed, and last to avoid ghc 6.2.1
Add optP/optl flags only when needed, and last to avoid ghc 6.2.1
problems.
2005-05-12 09:21:26 +00:00
aarne
3120b2576b pre-release adjustments 2005-05-12 09:03:33 +00:00
bringert
6fcee8bd1e Use -optl/-optP hacks to pass CPPFLAGS and LDFLAGS 2005-05-11 14:50:35 +00:00
bringert
565a61590b Fixed typo in binary-dist target. 2005-05-11 13:29:14 +00:00
peb
4bdb527770 "Committed_by_peb" 2005-05-11 09:28:16 +00:00
bringert
c8de5fc0da Fix conditional checks so that java code is compiled when it should. 2005-05-11 07:38:11 +00:00
bringert
6b28408fe1 Made conditional compilation of readline stuff cleaner 2005-05-10 14:04:01 +00:00
bringert
1d0f387df3 Added option to disable readline. 2005-05-10 13:55:01 +00:00
bringert
8c10c7133b Allow disabling building of Java components 2005-05-10 11:05:40 +00:00
bringert
89224f9e9e Get executable suffix in configure, unify unix and windows make targets. 2005-05-10 10:45:00 +00:00
bringert
20af7b9729 Use GHCFLAGS when compiling for windows. 2005-05-09 14:29:25 +00:00
peb
73df27b409 "Committed_by_peb" 2005-05-09 08:25:56 +00:00
bringert
1775e9bdc9 Removed use of lang package. 2005-05-02 08:18:34 +00:00
aarne
bf25f1d0db library adjustments, error message clean-up 2005-04-28 15:42:47 +00:00
bringert
bb81c9110d Some small Makefile dist tweaks 2005-04-21 16:17:05 +00:00
bringert
3d217c9b5b Cleaned up Makefile 2005-04-21 16:12:10 +00:00