95 Commits

Author SHA1 Message Date
Don Stewart
3697ba0fd1 Wrap exec, a la lambdabot 2005-07-04 04:39:44 +00:00
Don Stewart
fc572bf6f8 Add missing posix dependency 2005-07-04 03:36:38 +00:00
Don Stewart
e66008210d regen configure 2005-07-04 03:23:58 +00:00
Don Stewart
20e08f523a Add getImports, a useful interface to the .hi file parser 2005-07-04 03:23:30 +00:00
shelarcy
62b6e31734 mkModid is fixed, so pdynload works well on Windows 2005-06-19 12:05:49 +00:00
shelarcy
d07bb01b48 now dirname and basename work well on Windows and other platform that can use backslash on path 2005-06-18 20:47:08 +00:00
Don Stewart
5be5242113 Have pdynload handle hierarchical names 2005-06-09 01:34:43 +00:00
Don Stewart
74c9d832f9 Lots of todos have been done. Add cabal support note 2005-06-05 04:58:16 +00:00
Don Stewart
f7fcae5289 Warn about using eval from a thread 2005-06-05 02:17:01 +00:00
Samuel Bronson
0124bbfb11 Avoid trouble with shabang in docs/munge.sed 2005-05-31 18:19:27 +00:00
shelarcy
492fe0e440 now syslibdir definition is correct for Window_NT, 2000 or later. I don't know Windows 9X has OS system variable. 2005-05-30 15:13:33 +00:00
vivian.mcphail
14654ff8f3 mingw32 negative processID and nonexistent SYSTEMROOT 2005-05-30 12:42:39 +00:00
hellish
00a5a94c60 Added mkHsValues helper function
I was using this function in a project of mine, and I think it's generally useful.
2005-05-26 17:49:10 +00:00
dons
39e7ae6133 Kill ref to ghcii.sh 2005-05-29 01:46:31 +00:00
vivian.mcphail
1c57e2fea1 avoid warning output from ghci when setting TOP 2005-05-29 01:29:31 +00:00
vivian.mcphail
d8ad122552 use ghcii.sh to avoid warning for TOP 2005-05-28 21:26:37 +00:00
dons
e0a72cf772 Regen configure 2005-05-29 00:23:26 +00:00
vivian.mcphail
9f99e1394b fixed make error, could not find Distribution... 2005-05-28 21:49:05 +00:00
lemmih
087442a7d2 s/not changed/changed/ typo in 'recompileAll'. 2005-05-27 11:57:33 +00:00
lemmih
463b96f190 Hacked System.Plugins.Make.recompileAll and a bit of refactoring.
Moved 'hasChanged' to System.Plugins.Make and
moved the FilePath utilities to System.Plugins.Utils.
2005-05-27 11:27:59 +00:00
lemmih
36fa0c6433 Fixed a bug in 'hasChanged'. 2005-05-26 10:01:28 +00:00
hellish
ecef36e749 Added powerpc-linux to list of working systems. 2005-05-26 17:11:42 +00:00
Don Stewart
00b7f08ad1 Make comment about .so files match reality. 2005-05-26 04:52:47 +00:00
lemmih
81d13a4e8c Recursive modification checker. 2005-05-22 05:44:56 +00:00
shelarcy
491477aeac fix examples to run process /bin/date well : System.Process uses cmd or command.com shell on Windows, doen't use Cygwin or MSYS shell 2005-05-21 11:23:18 +00:00
Don Stewart
685ba637b6 Add -DMACOSX 2005-05-21 05:48:53 +00:00
Don Stewart
f488031d81 Filter rts extra_libraries from lookupPkg - they're already linked. 2005-05-21 05:33:58 +00:00
Don Stewart
24113b6beb #if .. #if -> #if .. #elif .. :} 2005-05-21 05:21:28 +00:00
Don Stewart
ea60e8fe89 We have CYGWIN and __MINGW32__, not mingw32_TARGET_OS. 2005-05-21 05:17:10 +00:00
Don Stewart
40d4705bed More details on building on cygwin 2005-05-21 04:06:05 +00:00
Don Stewart
5a57de0f49 Mention that on cygwin you should have cygwin paths first, found by Conal Elliott 2005-05-21 02:36:05 +00:00
Don Stewart
c9b7a19464 Make sure C lib test works 2005-05-20 02:23:59 +00:00
lemmih
dcf8719ee5 Documentation fix for unloadAll and example for loading of a shared library (called loadCLib). 2005-05-20 02:02:14 +00:00
lemmih
a0b688a660 lookupPkg now returns the correct paths to libraries specified in extraLibraries and ldOptions with -lLib. 2005-05-20 01:58:15 +00:00
lemmih
537ffc4630 A bit more documentation for unloadAll 2005-05-20 01:56:48 +00:00
Don Stewart
640a91e7a9 Add missing typo, little bit of rearranging 2005-05-19 03:57:08 +00:00
Don Stewart
3dbfec637b EXTRA_OBJS in dependency order in unloadAll test 2005-05-19 03:39:55 +00:00
lemmih
7dbaf7fe88 Example program for 'unloadAll'. 2005-05-19 03:23:30 +00:00
lemmih
fc58e81ed6 Code for unloadAll. 2005-05-19 03:22:54 +00:00
Don Stewart
ff2a96c13d Fixes to use $fptools-compatible Dynamic 2005-05-19 03:24:30 +00:00
Don Stewart
6045e47850 Remove typecase test 2005-05-19 02:24:25 +00:00
Don Stewart
daf5624743 Import latest Data.Dynamic 2005-05-19 02:09:02 +00:00
dons
638151b0e1 Fix /dev/null-for-.hi-file hack in pdynload. Fixes regress tests on linux 2005-05-16 03:31:19 +00:00
Don Stewart
5012249850 And don't rm configure on distclean 2005-05-16 02:03:14 +00:00
Don Stewart
24b0d9db40 Add configure. Helps windows people out 2005-05-16 02:02:01 +00:00
dons
de0bd406d0 Fix install, part 2. Revealed by nightly builds on linux. 2005-05-16 01:48:30 +00:00
Don Stewart
991c3391ed And fix installation 2005-05-15 07:58:45 +00:00
Don Stewart
4cf08f20a3 Regnerate ParsePkgConfLite.hs 2005-05-15 06:06:03 +00:00
Don Stewart
63717dc07c Update examples to use new module names 2005-05-15 06:03:55 +00:00
Don Stewart
cfae954a22 Make sure eval gets included in libHSplugins.a 2005-05-15 06:03:26 +00:00