Matthew Wild
|
f53f472410
|
Remove some debugging from pposix.c
|
2008-12-06 23:22:35 +00:00 |
|
Matthew Wild
|
8b821c21d3
|
Add posix support library, and adjust makefiles for it
|
2008-12-06 23:20:59 +00:00 |
|
Matthew Wild
|
d1d7509f31
|
Fix Makefile to link with Lua again
|
2008-12-03 20:00:17 +00:00 |
|
Matthew Wild
|
87703412c1
|
Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes
|
2008-12-03 19:55:57 +00:00 |
|
Tobias Markmann
|
d2d44b512b
|
Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange.
|
2008-12-03 20:32:03 +01:00 |
|
Matthew Wild
|
72f6ff8408
|
and the C files too
|
2008-12-03 14:45:03 +00:00 |
|
Matthew Wild
|
464b5d6c0f
|
Use install to strip symbols
|
2008-11-30 19:36:30 +00:00 |
|
Matthew Wild
|
da2f3ee85a
|
Potential fixes for building on Mac OSX
|
2008-11-30 19:02:00 +00:00 |
|
Matthew Wild
|
e6c50bbe65
|
Add -fPIC to util-src/Makefile
|
2008-11-29 22:20:59 +00:00 |
|
Tobias Markmann
|
abf0d19152
|
Forced merge.
|
2008-11-29 11:24:59 +01:00 |
|
Matthew Wild
|
dcf87bb7c9
|
Add a top-level Makefile and ./configure script. Update util-src Makefile for this.
|
2008-11-29 02:07:33 +00:00 |
|
Tobias Markmann
|
a718775bd4
|
Use unsigned int instead of uint because uint is already in use on OS X.
|
2008-11-28 19:24:08 +01:00 |
|
Tobias Markmann
|
0df2b3f0c5
|
To use free you should include stdlib.h rather than malloc.h according to man page of free() and various C reference websites.
|
2008-11-28 18:36:04 +01:00 |
|
Tobias Markmann
|
8e2b0deb94
|
Do idna_to_ascii when building own response.
|
2008-11-28 18:32:54 +01:00 |
|
Waqas Hussain
|
4287b7555a
|
Added make.bat for windows
|
2008-11-27 22:28:33 +05:00 |
|
Waqas Hussain
|
194ce23871
|
Removed MS specific preprocessor statements from the Makefile
|
2008-11-27 22:27:25 +05:00 |
|
Waqas Hussain
|
f33e964604
|
Makefile now works on windows with Microsoft's compiler
|
2008-11-27 21:49:31 +05:00 |
|
Waqas Hussain
|
2fdb13c54d
|
Minor changes to C files (to prevent compiler warnings)
|
2008-11-27 21:47:13 +05:00 |
|
Matthew Wild
|
1985b40ecf
|
Fix for hashes.c and encodings.c to rename luaopen for util_*
|
2008-11-26 22:45:33 +00:00 |
|
Matthew Wild
|
78cffc8a02
|
Add rough Makefile for util-src/
|
2008-11-26 02:21:18 +00:00 |
|
Waqas Hussain
|
15d8fc0d62
|
Removed commented code
|
2008-11-26 01:55:07 +05:00 |
|
Waqas Hussain
|
e7e668c24b
|
Added util-src/hashes.c - support for sha1, sha256 and md5 hashes
|
2008-11-26 01:46:16 +05:00 |
|
Waqas Hussain
|
8eb8f73b07
|
Added util-src/encodings.c - support for base64, stringprep and idna encodings
|
2008-11-26 01:45:25 +05:00 |
|