aboutsummaryrefslogtreecommitdiff
path: root/.gitignore (unfollow)
Commit message (Expand)AuthorFilesLines
2014-12-21WIP autoolslib-expTimothy Gu1-1/+6
2014-09-13Add autotools build systemTimothy Gu6-1/+167
2014-08-19Rename README to README.mdv1.0.0Timothy Gu1-0/+0
2014-08-17Fix test DLL exportTimothy Gu1-1/+7
2014-03-27Build sys additionsTimothy Gu2-7/+31
2014-02-10test: add trying to load nonexistent symbols testTimothy Gu1-1/+82
2014-02-10test: add forgotten testTimothy Gu1-1/+27
2014-02-10test: more updates and fixesTimothy Gu1-37/+43
2014-02-10test.c: make errors stand outTimothy Gu1-20/+21
2014-02-10License stuffTimothy Gu5-15/+33
2014-02-10README: Markdown-ize and add rand() stuffTimothy Gu1-2/+32
2014-02-07Makefile: cosmeticsTimothy Gu1-8/+8
2014-02-07Makefile: some rework with better dependency trackingTimothy Gu1-18/+24
2014-01-22Fix local symbol in global handle testTimothy Gu1-3/+3
2014-01-22test.c: return 1 if errorTimothy Gu1-0/+27
2014-01-22Fix error checking in copy_string()Timothy Gu1-1/+1
2014-01-20Remove extraneous CloseHandleTimothy Gu1-2/+0
2014-01-20Silences "echo ignoring *"Timothy Gu1-2/+2
2014-01-20Make configure return 0 on successTimothy Gu1-2/+2
2014-01-20Add C++ extern "C"Timothy Gu1-0/+8
2012-10-10configure: fix setting $prefixRamiro Polla1-2/+2
2012-10-10configure: use $incdir and $libdir directly in helpRamiro Polla1-2/+2
2012-10-10lowercase PREFIX variablesRamiro Polla2-12/+12
2009-01-11Clear ->next after creating nobject.r19Ramiro Polla1-0/+1
2009-01-11Move libcmd to configure.Ramiro Polla2-3/+3
2009-01-11Fix stripping when cross-compiling.Ramiro Polla2-9/+11
2009-01-11Redirect output from tests to /dev/null properly.Ramiro Polla1-2/+2
2009-01-11Allow cross-compilation with --cross-prefix.Ramiro Polla2-4/+24
2009-01-11Remove pointless --make option.Ramiro Polla1-4/+0
2009-01-11Fix compiler check.Ramiro Polla1-1/+1
2009-01-11dos2unix configureRamiro Polla1-166/+166
2008-12-09Rename save_err_ptr( ) to save_err_ptr_str( ) to avoid confusion.r11Ramiro Polla1-3/+3
2008-12-09Fix bug reported by Dan DuVarney, based on a patch by himself.Ramiro Polla1-9/+10
2008-12-09Print all compiler warnings.Ramiro Polla1-1/+1
2007-06-29Proper check for Windows API functions in configure.r8Ramiro Polla1-4/+5
2007-06-29Use double linked list instead of static array of 255 global objects.Ramiro Polla1-35/+68
2007-06-29Take care of our own error messagesRamiro Polla1-46/+64
2007-06-29Fix copy_string( )Ramiro Polla1-8/+9
2007-06-29Add option to specify include and lib folderRamiro Polla2-10/+24
2007-06-29Cosmetics: white spaceRamiro Polla3-8/+8