summaryrefslogtreecommitdiff
path: root/apr.dsp
Commit message (Collapse)AuthorAgeFilesLines
...
* Alpha order, same order between apr.dsp and libapr.dspwrowe2002-01-291-4/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62864 13f79535-47bb-0310-9956-ffa450edef68
* Change 'External' since some suspect this could cause Win32 to considerwrowe2002-01-291-2/+2
| | | | | | | those header files Immortal and never rebuild based on changes. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62863 13f79535-47bb-0310-9956-ffa450edef68
* Changes for Win32 to build with shm. [and a little bit of alpha ordering]wrowe2002-01-101-3/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62736 13f79535-47bb-0310-9956-ffa450edef68
* Doesn't do much good if the win32 projects aren't committed to includewrowe2002-01-081-0/+12
| | | | | | | the new win32 sources git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62720 13f79535-47bb-0310-9956-ffa450edef68
* Ring-a-ling, time to move from util into aprwrowe2001-12-261-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62668 13f79535-47bb-0310-9956-ffa450edef68
* Following the split, fix this for the IDE (really no effect on building.)wrowe2001-11-211-1/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62539 13f79535-47bb-0310-9956-ffa450edef68
* Remove SMS and all references.striker2001-09-281-28/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62381 13f79535-47bb-0310-9956-ffa450edef68
* Use the mktemp.c file from unix on Windows as well. This requiresrbb2001-09-241-0/+4
| | | | | | | | | making it use APR functions. This compiles cleanly, but I can't easily test it on Windows. I will check it out on Unix and test it there in a few seconds. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62369 13f79535-47bb-0310-9956-ffa450edef68
* When rbb's implementation is committed, make win32 ready for thread_cond.cwrowe2001-09-171-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62335 13f79535-47bb-0310-9956-ffa450edef68
* Begin/End Source (not End Group :) Any patch to apr.dsp generally needswrowe2001-09-111-4/+4
| | | | | | | to be mirrored to libapr.dsp (and visa versa.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62310 13f79535-47bb-0310-9956-ffa450edef68
* Add the new thread_mutex API to the Windows build. This works onrbb2001-09-101-0/+24
| | | | | | | | | | | my Windows box, but I am using MSVC 7, so my computer doesn't use project files anymore. The C code is good, but somebody may have to hack the project files to make it all compile. This passes the first half of the testlock test. The second half is for read/write locks, which I will be implementing next. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62307 13f79535-47bb-0310-9956-ffa450edef68
* Split all win32 specific system calls from filepath.c into filesys.cwrowe2001-08-281-0/+4
| | | | | | | | I don't care whether filepath.c remains in file_io/win32 or moves to file_io/os2. This is now generic enough for both ports to build upon. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62242 13f79535-47bb-0310-9956-ffa450edef68
* Toggle the /Zi flag to allow all supportd versions of VC (5, 6, 7) towrowe2001-08-261-1/+1
| | | | | | | build 'out of the box' in debugging mode. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62225 13f79535-47bb-0310-9956-ffa450edef68
* Never used, now never usefulwrowe2001-08-241-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62217 13f79535-47bb-0310-9956-ffa450edef68
* The purpose of this patch is to toggle the debugging mode (default) towrowe2001-08-171-1/+1
| | | | | | | | | | | | | | | | Program Database (from Program Database for Modify on the fly debugging). The net effect of this patch is to clean up all of the irrelevant entries associated with either the debugging or release command line switches, and generally straighten the projects as they would be exported from VC6/SP5. The outcome of this patch is that VC5 users -should- be able to load and build the workspace without any errors (as they used to have no symbols database at all, the /ZI option doesn't work, they had to use cvtdsp.pl to toggle these to /Zi.) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62183 13f79535-47bb-0310-9956-ffa450edef68
* Caught by apr/test/ faults, we were still missing apr_sms_trivial.cwrowe2001-07-271-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@62041 13f79535-47bb-0310-9956-ffa450edef68
* Reorganize these projects just a bit, and sort the sources.wrowe2001-07-231-109/+114
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61989 13f79535-47bb-0310-9956-ffa450edef68
* Goodbye lib/apr_signals.cwrowe2001-07-121-8/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61926 13f79535-47bb-0310-9956-ffa450edef68
* * use memory/unix/apr_pools.c instead of lib/apr_pools.cstoddard2001-07-091-6/+10
| | | | | | | | | | * include sms_blocks & sms_trivial in build. Submitted by: Ian Holsman Reviewed by: Bill Stoddard git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61904 13f79535-47bb-0310-9956-ffa450edef68
* Two typographical nits, and add some missing headers to our browser view.wrowe2001-06-061-1/+13
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61709 13f79535-47bb-0310-9956-ffa450edef68
* (Attempt to) fix the build on Win32 from the sms-ified locks that Davidjwoolley2001-06-061-1/+17
| | | | | | | | | | | | | | | | | | checked in earlier. This patch has a few things I don't quite like (eg, the macros are duplicated across the Unix/Win32 apr_private.h files), but Greg has asked for an on-list discussion of David's original patch anyway, so this is just a quick hack to try to get things working again in the meanwhile. Unfortunately, DOS line endings are killing me and so I can't actually test this (MSVC won't grok .dsp files that were checked out with Unix line endings, apparently, and I don't have Win32 CVS tools handy... sheesh), so I'll have to lean on you Win32 guys to make sure this gets us building again. At least it still builds on Unix and *looks* reasonable for Win32, meaning that this patch can't have made us worse off than before. ;-) Submitted by: Ian Holsman <ianh@cnet.com> git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61705 13f79535-47bb-0310-9956-ffa450edef68
* Add apr_strtok(), a thread-safe flavor of strtok() which has thetrawick2001-05-231-0/+4
| | | | | | | same interface as strtok_r(). git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61673 13f79535-47bb-0310-9956-ffa450edef68
* Add APR_HAS_OTHER_CHILD support to Win32stoddard2001-05-171-6/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61654 13f79535-47bb-0310-9956-ffa450edef68
* The code all compiles, but apr_filepath_merge isn't trained yet to parsewrowe2001-04-081-0/+4
| | | | | | | backslashes and win32 roots. That's the next patch tommorow. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61482 13f79535-47bb-0310-9956-ffa450edef68
* Conflicts are fun for noticing issueswrowe2001-03-221-5/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61372 13f79535-47bb-0310-9956-ffa450edef68
* build inet_pton.c on Win32trawick2001-03-161-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61365 13f79535-47bb-0310-9956-ffa450edef68
* A binary file is a file that cannot be parsed in ascii and must not bewrowe2001-02-031-547/+547
| | | | | | | | | | | | | transformed. A text file is a file that can be viewed and manipulated by any run of the mill text editor, can pass in and out of cvs with the appropriate modifications. Commit then review means that you propose code changes by demonstrating them to the tree. This does -not- apply to major cvs changes, mass symbol name changes or editing the repository. The -kb change is vetoed. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61184 13f79535-47bb-0310-9956-ffa450edef68
* Clean up someone's cruft in the repository and back out this changewrowe2001-02-031-547/+547
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61183 13f79535-47bb-0310-9956-ffa450edef68
* Revert back to dsp6 format, and add several newer headers to thesewrowe2001-01-281-8/+18
| | | | | | | projects. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61157 13f79535-47bb-0310-9956-ffa450edef68
* OS2 was chasing os2errno.h which we hid in a private platform directory,wrowe2001-01-281-4/+3
| | | | | | | | | | | | but apr_errno.h is public. It also called in <os.h> with possibly inappropriate headers, and if os2.h follows any other header's usual conventions, calling it the second time for more declarations can be dicey. Relocated <os2.h> into apr.h.in (accessable to all, since it's later leveraged by most), which simplifies a bunch of code, and relocate all of the os2errno values into apr_errno.h for APR_STATUS_IS_FOO tests. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61156 13f79535-47bb-0310-9956-ffa450edef68
* Some win32 user and group handling functionswrowe2001-01-281-0/+12
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61140 13f79535-47bb-0310-9956-ffa450edef68
* Two headers, now two entries for msvc userswrowe2001-01-201-0/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61082 13f79535-47bb-0310-9956-ffa450edef68
* Add remaining APR_DECLARE()s to all headers. Conditionally addedwrowe2001-01-181-7/+3
| | | | | | | | | | | | | | | | | | | | APR_DECLARES() to the sources, based on compilation emits (there are many that should be changed eventually, but the compiler will emit errors if those sources are added for win32). This change also splits libapr from apr, so the two projects are compiled seperately. Both .dsp files must be kept up-to-date with source file revisions. Finally, libapr.def is no longer needed - so it is gone. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61072 13f79535-47bb-0310-9956-ffa450edef68
* commit the vc6 versionake2001-01-041-11/+11
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@61015 13f79535-47bb-0310-9956-ffa450edef68
* The prior patch broke httpd. libapr.dsp relies on apr.dsp exporting allwrowe2000-12-221-5/+8
| | | | | | | | | | symbols, even if they are not used for anything more than a single binary (e.g. apache support apps). The answer is to duplicate and maintain the entire list of sources in both projects. Until we have a sane way to do this, the prior patch is reverted. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60985 13f79535-47bb-0310-9956-ffa450edef68
* Don't export symbols from static library.brane2000-12-211-6/+2
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60982 13f79535-47bb-0310-9956-ffa450edef68
* Correction, commited the vc5. Need vc6 in the tree. Humble appologies.wrowe2000-12-211-3/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60976 13f79535-47bb-0310-9956-ffa450edef68
* The Win32 overhaul, in summary;wrowe2000-12-211-18/+17
| | | | | | | | | | | | Modules are named mod_foo.so Dynamic Libraries are named libfoo.dll, and are stored in bin/ The former ApacheCoreDll is now libhttpd.dll Apache.exe moves to bin/ The make install now copies include, lib, and libexec All build options are normalized, filenames adjusted appropriately git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60975 13f79535-47bb-0310-9956-ffa450edef68
* Fix buildwrowe2000-12-121-5/+4
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60943 13f79535-47bb-0310-9956-ffa450edef68
* apr_private.hw goes away, apr_private.h is static in arch/win32wrowe2000-12-081-30/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60924 13f79535-47bb-0310-9956-ffa450edef68
* Fix a few nits, export symbols, etc.wrowe2000-12-071-2/+1
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60917 13f79535-47bb-0310-9956-ffa450edef68
* Implement Win32 MMAP support.wrowe2000-12-071-2/+13
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60912 13f79535-47bb-0310-9956-ffa450edef68
* Cleaning up what I broke, and then a bit more.wrowe2000-12-051-4/+0
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60898 13f79535-47bb-0310-9956-ffa450edef68
* Win32 flock arriveswrowe2000-12-041-5/+10
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60870 13f79535-47bb-0310-9956-ffa450edef68
* add inet_ntop.c to WIN32 aprlib project to fix buildake2000-11-161-6/+9
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60747 13f79535-47bb-0310-9956-ffa450edef68
* Hard to make progress when editing headers which aren't thewrowe2000-11-101-8/+8
| | | | | | | included headers :-0 git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60688 13f79535-47bb-0310-9956-ffa450edef68
* APR works (maybe), Apache works (sort of), so at least FirstBill and Iwrowe2000-11-091-2/+7
| | | | | | | | | can hack for a while. Very drippy day in the midwest. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60674 13f79535-47bb-0310-9956-ffa450edef68
* Fast fix to get Win32 APR building (on to Apache itself)wrowe2000-11-091-2/+7
| | | | git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60671 13f79535-47bb-0310-9956-ffa450edef68
* Errr... was a goof. The HAS_UNICODE_FS shouldn't be toggled yetwrowe2000-10-251-2/+2
| | | | | | | | | across the board - will clobber 9x. Need to add run time checks. [actually, can treat file names as utf-8 on 9x, but must not call wide char functions!] git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60611 13f79535-47bb-0310-9956-ffa450edef68
* Ok here it is: Win32 utf-8 native unicode filename support.wrowe2000-10-251-10/+3
| | | | | | | | There are just too many folks to credit... so this goes out from the entire ApacheCon hacking team :-) git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@60610 13f79535-47bb-0310-9956-ffa450edef68