Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make MACOSX_DEPLOYMENT_TARGET configurable | Joshua Root | 2020-04-20 | 1 | -1/+1 |
| | | | | | Also increase the default target to 10.5, since Xcode 10 can no longer target 10.3. | ||||
* | Support DESTDIR make install option (#98) | Dan Church | 2017-10-08 | 1 | -2/+2 |
| | | | Useful for packagers to specify a build jail to install into. | ||||
* | Delete $(CFLAGS). | Jin Qing | 2016-05-04 | 1 | -1/+1 |
| | | | | | | $(CC) $(CFLAGS) $(LIB_OPTION) -o src/lfs.so $(OBJS) -> $(CC) $(LIB_OPTION) -o src/lfs.so $(OBJS) | ||||
* | Add test target to Makefile | Stefan Hoffmann | 2014-08-09 | 1 | -0/+3 |
| | | | | easy way to run the tests without installing the library | ||||
* | fixed typo in makefile | mascarenhas | 2009-09-21 | 1 | -2/+2 |
| | |||||
* | Fixed bug [#39794] Compile error on Solaris 10 | carregal | 2008-12-12 | 1 | -2/+2 |
| | | | | Bug report and patch by Aaron B. | ||||
* | Packaging version 1.4.1 | carregal | 2008-05-07 | 1 | -2/+2 |
| | |||||
* | *** empty log message *** | mascarenhas | 2008-03-25 | 1 | -2/+2 |
| | |||||
* | Preparing the 1.4.0 release. | carregal | 2008-02-11 | 1 | -2/+2 |
| | | | | Added documentation for lfs.setmode | ||||
* | updated makefile for vc2008 | mascarenhas | 2008-01-23 | 1 | -8/+7 |
| | |||||
* | Adding function symlinkatributes. Updating version to 1.3.0 | tomas | 2007-06-07 | 1 | -2/+2 |
| | |||||
* | Dropped Lua 5.0 support. | mascarenhas | 2006-12-04 | 1 | -11/+3 |
| | |||||
* | Correcting version number | tomas | 2006-06-08 | 1 | -2/+2 |
| | |||||
* | Adding support for compilation on both Lua 5.0 and Lua 5.1 | tomas | 2006-06-08 | 1 | -1/+4 |
| | |||||
* | Correcting option which only exists on MacOS X. | tomas | 2005-06-27 | 1 | -2/+2 |
| | |||||
* | Library name without prefix: <lib>.so.<ver> | tomas | 2005-06-24 | 1 | -3/+3 |
| | | | | Adding symbolic link: <lib>.so -> <lib.so.<ver> | ||||
* | Cleaning unused libraries while building .so. | tomas | 2005-06-10 | 1 | -3/+3 |
| | |||||
* | Correcting linking on MacOS X. | tomas | 2005-06-06 | 1 | -2/+2 |
| | |||||
* | Excluding -ldl option (it seems not necessary). | tomas | 2005-06-06 | 1 | -2/+3 |
| | | | | Including configurable config file. | ||||
* | Standardizing Makefile and config. | tomas | 2005-06-05 | 1 | -4/+2 |
| | |||||
* | Cleanup. | tomas | 2005-06-04 | 1 | -14/+2 |
| | |||||
* | 1.0 instead of 1.0.0 | uid20006 | 2005-05-30 | 1 | -2/+2 |
| | |||||
* | Correction on library name (no more .dylib). | tomas | 2005-05-28 | 1 | -2/+2 |
| | |||||
* | Upgrading for LuaBinaries. | tomas | 2005-05-25 | 1 | -4/+4 |
| | |||||
* | changed from 1.1.0 to 1.1 | uid20006 | 2005-05-20 | 1 | -2/+2 |
| | |||||
* | Upgrading version number. | tomas | 2005-04-08 | 1 | -2/+2 |
| | |||||
* | Upgrading Makefile for new directory structure. | tomas | 2005-04-08 | 1 | -11/+12 |
| | |||||
* | Acrescimo da funcao lfs.touch, inaugurando a versao 1.1. | tomas | 2005-01-21 | 1 | -2/+2 |
| | |||||
* | Eliminando funcao lfs.touch() para lancamento da versao 1.0 oficial. | tomas | 2005-01-19 | 1 | -2/+2 |
| | |||||
* | Acrescimo da funcao lfs.touch (lfs.c e test.lua). | tomas | 2005-01-18 | 1 | -2/+2 |
| | | | | Pequenas correcoes para evitar warnings de redefinicao de macros. | ||||
* | Uniformizacao de nomes de variaveis entre as bibliotecas do Kepler. | tomas | 2005-01-18 | 1 | -4/+4 |
| | | | | Melhorias para reutilizacao do Makefile. | ||||
* | alterada versao no Makefile | tuler | 2004-11-10 | 1 | -2/+2 |
| | |||||
* | Acrescimo do logo na distribuicao. | tomas | 2004-10-27 | 1 | -2/+2 |
| | |||||
* | Pequenas melhorias no processo de compilacao. | tomas | 2004-10-15 | 1 | -1/+2 |
| | |||||
* | Pequena melhoria para achar os arquivos compat-5.1. | tomas | 2004-10-15 | 1 | -2/+2 |
| | |||||
* | Atualizando o esquema de compilacao para o uso da compat-5.1. | tomas | 2004-10-15 | 1 | -2/+4 |
| | |||||
* | Atualizando o codigo para a nova proposta de pacotes. | tomas | 2004-09-29 | 1 | -13/+9 |
| | |||||
* | Regra que cria a distribuicao (Makefile). | tomas | 2004-07-29 | 1 | -2/+8 |
| | | | | Troca de nome da biblioteca (lfs). | ||||
* | Substituicao nos nomes dos arquivos. | tomas | 2004-07-29 | 1 | -2/+2 |
| | |||||
* | Initial revision | tomas | 2004-07-27 | 1 | -0/+35 |