summaryrefslogtreecommitdiff
path: root/file_io/unix/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* First whack at switching to a single top-level make. This adds a dependencygstein2004-02-051-29/+0
* Add apr_temp_dir_get(), a function to get the most suitable directory to placethommay2003-08-231-1/+2
* Added two new functions, apr_filepath_list_split and apr_filepath_list_merge,brane2003-02-121-0/+1
* Allow VPATH builds to properly generate build dependencies. This requiresjerenkrantz2002-04-221-0/+2
* Add apr_file_copy() and apr_file_append() functions. These are writtengstein2002-02-011-0/+1
* First draft implementation of unix apr_filepath_ get, set, merge, andwrowe2001-03-311-0/+1
* Add mktemp() and mkstemp() emulation for systems which don't have it.martin2001-02-211-1/+2
* Libtool-ize APR.gstein2001-01-091-32/+16
* *) Add functions for file-level locking/unlocking.gstein2000-11-291-0/+1
* This patch removes the dependencies from Makefile.in. Dependenciestrawick2000-11-151-66/+2
* Fix OS/2 build after the move of private APR headers to the include/arch/bjh2000-11-141-1/+3
* Fix dependenciesmartin2000-11-091-45/+27
* Move all of the file private header files to an arch directory underrbb2000-11-091-44/+46
* Update dependenciessascha2000-07-231-15/+16
* add ap_full_read() and ap_full_write(). they guarantee to read/write thegstein2000-07-151-0/+4
* Update dependancies in APRrbb2000-07-071-32/+38
* Update dependencies.ben2000-06-111-11/+15
* Make `mm' an INCDIR in shmem/unix, so that the INCDIR rewriter cansascha2000-04-301-1/+0
* Update comment for depend target. The template makefiles are now calledsascha2000-04-301-1/+1
* Move apr_config.h and apr_config.hw to apr_private.h and apr_private.hw.rbb2000-04-221-10/+11
* Fix warnings, update dependencies.ben2000-03-181-36/+42
* Fix the build process for APR. There is no reason to build each libraryrbb1999-12-201-9/+8
* Fix the logic in blocking vs non-blocking pipes to children. It onlyrbb1999-12-031-29/+35
* Remove the vestigial hsregex.h from APR, and update dependencies.manoj1999-09-231-14/+8
* Fix compilation bugs in APR. Move compiled libraries into a common libsrbb1999-08-271-1/+1
* Run make depend after moving the four header files. Remove the test programsrbb1999-08-181-9/+15
* Basic cleanup for apr. This takes care of the make depend that used to berbb1999-08-181-12/+6
* Initial revisionrbb1999-08-171-0/+95