Commit Graph

27 Commits (5c1d94de1b67353da7e2c348379c8a8509a9e66a)

Author SHA1 Message Date
Matthew Wild c4d2d22648 util.net: Add util.net, containing local_addresses() (removed from LuaSocket 3.0) 13 years ago
Florian Zeitz 1dc0a831cf util.hmac, util.hashes: Implement HMAC functions in C, and move to util.hashes 13 years ago
Matthew Wild 850d092305 Makefile, util-src/Makefile: Add .PHONY, reorganise util-src/Makefile 14 years ago
Matthew Wild 5d2fe8b479 util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files 15 years ago
Matthew Wild ff4b723537 util-src/Makefile: Clean up and remove unnecessary all linking 15 years ago
Matthew Wild 54c91de993 util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly 15 years ago
Tobias Markmann 211cf6c775 util.encodings: Support for ICU for IDNA operations. 15 years ago
Matthew Wild a5f09ade0b util-src/Makefile: Change parameter order so that LDFLAGS always comes later than the input files 15 years ago
Matthew Wild 53b1315810 util-src/Makefile: Clean up and remove unnecessary all linking 15 years ago
Matthew Wild 1f3e0e60e4 util-src/Makefile, util-src/encodings.c{,pp}: Port ICU code to C, rename encodings.cpp back to .c and amend the Makefile accordingly 15 years ago
Tobias Markmann 93b0dcf56a util.encodings: Support for ICU for IDNA operations. 15 years ago
Matthew Wild 3553829ba5 util-src/Makefile: Stop linking dynamic libraries to Lua, it isn't necessary as symbols are exported from the Lua binary (thanks deryni) 16 years ago
Brian Cully eb08132334 util-src/Makefile: Clean up makefile (re-commit because MattJ shouldn't commit anything at 3AM) 16 years ago
Matthew Wild 600e5878bb util-src/Makefile: Add missing flags to building of util.signal 16 years ago
Matthew Wild 241f825d41 Makefile: Don't combine variable export with assignment for compatibility with other shells (thanks Filip) 16 years ago
Matthew Wild fcd300734f Makefiles: Add signal.so to install targets 17 years ago
Matthew Wild 23e9b6c71a Makefiles, util.signal: Add lsignal library for catching POSIX signals 17 years ago
Matthew Wild 6f1ac0657b Use $CC, $LD in Makefile. Add --c-compiler, --linker flags to ./configure script. Add --lflags to ./configure script. Thanks to Lorenzo for the initial patch! 17 years ago
Matthew Wild 02d83854f0 Remove redundant linking in util-src modules' Makefile 17 years ago
Matthew Wild a3737f12ad Makefile fix for clean target 17 years ago
Matthew Wild 8b821c21d3 Add posix support library, and adjust makefiles for it 17 years ago
Matthew Wild d1d7509f31 Fix Makefile to link with Lua again 17 years ago
Matthew Wild 87703412c1 Fix configure to save LFLAGS, and also set proper defaults for all sensible OSes 17 years ago
Tobias Markmann d2d44b512b Making makefile work under OS X finally. Yeah OS X's gcc is a little bit strange. 17 years ago
Matthew Wild 464b5d6c0f Use install to strip symbols 17 years ago
Matthew Wild da2f3ee85a Potential fixes for building on Mac OSX 17 years ago
Matthew Wild e6c50bbe65 Add -fPIC to util-src/Makefile 17 years ago
Matthew Wild dcf87bb7c9 Add a top-level Makefile and ./configure script. Update util-src Makefile for this. 17 years ago
Tobias Markmann 8e2b0deb94 Do idna_to_ascii when building own response. 17 years ago
Waqas Hussain 194ce23871 Removed MS specific preprocessor statements from the Makefile 17 years ago
Waqas Hussain f33e964604 Makefile now works on windows with Microsoft's compiler 17 years ago
Matthew Wild 78cffc8a02 Add rough Makefile for util-src/ 17 years ago