| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add HAS_SBRK_PROTO. | Jarkko Hietaniemi | 2000-11-16 | 3 | -0/+3 |
* | Add fwalk() probe to the configuration files and regen perltoc. | Jarkko Hietaniemi | 2000-11-16 | 3 | -0/+3 |
* | some additions for makefiles for win32 (for perl@7674) | Vadim Konovalov | 2000-11-14 | 5 | -5/+7 |
* | Redo #7679 with LFs instead of CRLFs. | Jarkko Hietaniemi | 2000-11-14 | 7 | -157/+157 |
* | Get PerlIO building on Win32 | Benjamin Stuhl | 2000-11-14 | 7 | -43/+172 |
* | Add HAS_FSYNC, lack noticed by Nicholas Clark. | Jarkko Hietaniemi | 2000-11-12 | 3 | -1/+4 |
* | Add getpagesize() probing, on non-UNIX guess 'undef'. | Jarkko Hietaniemi | 2000-11-11 | 3 | -0/+3 |
* | Various doc oddball characters. | Michael Somos | 2000-11-09 | 1 | -1/+1 |
* | normalize relative paths in virtualized current directory on windows, | Gurusamy Sarathy | 2000-11-07 | 1 | -10/+8 |
* | Add FCNTL_CAN_LOCK. | Andy Dougherty | 2000-11-04 | 3 | -0/+3 |
* | Undo #7451, this seems to be a deficiency in Perforce, | Jarkko Hietaniemi | 2000-10-26 | 2 | -2449/+2449 |
* | Experimenting in DOS arcana. | Jarkko Hietaniemi | 2000-10-26 | 2 | -2449/+2449 |
* | Check if stdio supports tweaking lval and cnt simultaneously. | Nicholas Clark | 2000-10-24 | 3 | -0/+6 |
* | Missing change from #7362. | Jarkko Hietaniemi | 2000-10-18 | 1 | -1/+1 |
* | Borland C fstat() never saw the fd as writable. | Vadim Konovalov | 2000-10-18 | 1 | -0/+18 |
* | Introduce the man[24-8] variables, from Andy Dougherty. | Jarkko Hietaniemi | 2000-10-12 | 3 | -0/+45 |
* | Reapply Andy's patch and regen Configure. | Jarkko Hietaniemi | 2000-10-10 | 3 | -0/+3 |
* | Use the versiononly instead of the installscripts, | Jarkko Hietaniemi | 2000-10-10 | 3 | -3/+0 |
* | tweak for change#7173 | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+2 |
* | on Windows, clean targets might not work under some flavors of the shell | Gurusamy Sarathy | 2000-10-09 | 2 | -14/+14 |
* | on Windows, avoid potential exception (could happen if MSVCRT isn't | Gurusamy Sarathy | 2000-10-09 | 3 | -51/+51 |
* | on Windows, cwd strings in the environment should be of the | Gurusamy Sarathy | 2000-10-09 | 1 | -7/+15 |
* | on Windows, LoadLibrary() could load an extension DLL multiple | Gurusamy Sarathy | 2000-10-09 | 1 | -0/+19 |
* | Enable disabling scripts installation by Configure -Uinstallscripts, | Jarkko Hietaniemi | 2000-10-04 | 3 | -0/+3 |
* | change#6327 didn't quite go all the way to enable USE_SOCKETS_AS_HANDLES | Gurusamy Sarathy | 2000-09-12 | 1 | -1/+1 |
* | Modern Borland C now seems to have anon unions for info.wProcessorArchitecture | Vadim Konovalov | 2000-09-11 | 1 | -1/+1 |
* | Do away with memory models cruft. Sorry, PDP users. | Jarkko Hietaniemi | 2000-09-08 | 3 | -21/+0 |
* | change#6791 accidentally clobbered change#6710, put it back | Gurusamy Sarathy | 2000-09-01 | 1 | -0/+6 |
* | Rename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl, PRIXU64, | Jarkko Hietaniemi | 2000-09-01 | 3 | -24/+24 |
* | Reveal Borland's isnan. | Vadim Konovalov | 2000-08-31 | 1 | -0/+2 |
* | AIX 4.3.3 has SOCKS in libc with a differently named init routine, | Dan Hale | 2000-08-25 | 3 | -0/+3 |
* | Replace #6705 with a minimal doc patch. | Jan Dubois | 2000-08-24 | 1 | -73/+53 |
* | free TLS slot properly on Windows | Gurusamy Sarathy | 2000-08-21 | 2 | -0/+9 |
* | small tweaks for change#6705: avoid C++ style comments in C code; | Gurusamy Sarathy | 2000-08-21 | 1 | -11/+10 |
* | add Storable to list of extensions on Windows | Gurusamy Sarathy | 2000-08-21 | 2 | -6/+27 |
* | fix for Win32::GetFullPathName and Win32::GetShortPathName | Jan Dubois | 2000-08-19 | 1 | -0/+6 |
* | fix for Win32::DomainName | Jan Dubois | 2000-08-18 | 1 | -53/+68 |
* | Propagate new Configure vars. | Jarkko Hietaniemi | 2000-08-18 | 6 | -0/+54 |
* | move WNOHANG definition to where other such things are | Gurusamy Sarathy | 2000-08-17 | 1 | -4/+5 |
* | add "ok" targets from change#6632 in makefile.mk | Gurusamy Sarathy | 2000-08-17 | 2 | -7/+21 |
* | avoid warnings from dense compiler | Gurusamy Sarathy | 2000-08-17 | 1 | -4/+6 |
* | trailing new %ENV entries weren't being pushed into the real | Gurusamy Sarathy | 2000-08-17 | 1 | -1/+11 |
* | waitpid() now handles externally spawned pids correctly; | Gurusamy Sarathy | 2000-08-17 | 2 | -23/+78 |
* | on windows, the return values from wait() and waitpid() don't | Gurusamy Sarathy | 2000-08-16 | 1 | -2/+2 |
* | change#6328 could make close(SOCKET) return false on windows | Gurusamy Sarathy | 2000-08-16 | 1 | -8/+17 |
* | check that the number pseudo children doesn't exceed | Gurusamy Sarathy | 2000-08-16 | 1 | -1/+7 |
* | make ok etc also for win32. | Prymmer/Kahn | 2000-08-15 | 1 | -0/+18 |
* | various syntax errors and such (not fixed: comp/require.t#22 coredump | Gurusamy Sarathy | 2000-08-01 | 1 | -13/+12 |
* | fix and question re: waitpid() under win32 | Brian Clarke | 2000-08-01 | 2 | -12/+24 |
* | change#6174 needs corresponding change in win32/config_h.PL, | Gurusamy Sarathy | 2000-07-12 | 1 | -0/+5 |