| Commit message (Expand) | Author | Age | Files | Lines |
* | The description of SIG_SIZE was off. | Jarkko Hietaniemi | 2003-03-18 | 1 | -2/+2 |
* | Signal issues. | Jarkko Hietaniemi | 2003-03-14 | 1 | -2/+6 |
* | [patch config_h.SH] redefining __attribute__ | Stas Bekman | 2003-03-06 | 1 | -289/+292 |
* | Couple more _r possibilities (found in a RH 8.0 box), and | Jarkko Hietaniemi | 2003-03-05 | 1 | -2150/+2158 |
* | Re: [perl #18238] timezone and gmt offset as output by POSIX::strftime() are... | Slaven Rezic | 2002-12-09 | 1 | -0/+5 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -8/+0 |
* | nanosleep probes as per Jarkko's request | H.Merijn Brand | 2002-09-30 | 1 | -0/+6 |
* | re-synced Configure to backported metaunits | H.Merijn Brand | 2002-09-11 | 1 | -1859/+1858 |
* | better modfl detection | Nicholas Clark | 2002-08-12 | 1 | -0/+7 |
* | Change version from 5.8.0 to 5.9.0. | Hugo van der Sanden | 2002-08-04 | 1 | -1852/+1852 |
* | Forgot from #16991. | Jarkko Hietaniemi | 2002-06-05 | 1 | -1/+2 |
* | Document better what the foo_r_proto are supposed to be. | Jarkko Hietaniemi | 2002-05-20 | 1 | -0/+144 |
* | Somebody might be compiling a newer Digest::MD5. | Jarkko Hietaniemi | 2002-05-01 | 1 | -0/+2 |
* | Try #2 of getting rid of bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 1 | -8/+0 |
* | No bincompat5005. | Jarkko Hietaniemi | 2002-05-01 | 1 | -2/+2 |
* | Use UV (not long) for BYTEORDER. | Jarkko Hietaniemi | 2002-04-23 | 1 | -1/+1 |
* | Interesting... where did this come from? | Jarkko Hietaniemi | 2002-03-29 | 1 | -0/+4 |
* | d_nv_preserves_uv_bits | Nicholas Clark | 2002-03-18 | 1 | -1/+1 |
* | Monster _r patch: try to scan for all known _r variants, | Jarkko Hietaniemi | 2002-03-15 | 1 | -0/+486 |
* | Scan for tm_zone (and tm_gmtoff, while we are at it). | Jarkko Hietaniemi | 2002-03-06 | 1 | -0/+5 |
* | d_Gconvert hints and Glossary | Yitzchak Scott-Thoennes | 2002-02-20 | 1 | -1/+1 |
* | Okay, you can come home now, _(). | Jarkko Hietaniemi | 2002-01-25 | 1 | -4/+4 |
* | Get rid of the _() macro since (1) we require ANSI anyway | Jarkko Hietaniemi | 2002-01-22 | 1 | -37/+37 |
* | Re: [PATCH Configure ext/NDBM_File/hints/linux.pl] Support for linux systems ... | Jonathan Stowe | 2002-01-12 | 1 | -6/+6 |
* | Re-gen Configure based on #13778..13781. | Jarkko Hietaniemi | 2001-12-19 | 1 | -6/+6 |
* | Better to "quote" the pathname. | Jarkko Hietaniemi | 2001-11-23 | 1 | -0/+5 |
* | Add probing for BSD-like /proc/curproc/file. | Jarkko Hietaniemi | 2001-11-23 | 1 | -2/+5 |
* | Add probing for dirfd() so that it can be added it IO::Dir. | Jarkko Hietaniemi | 2001-11-23 | 1 | -0/+6 |
* | procselfexe tweaks. | Jarkko Hietaniemi | 2001-11-21 | 1 | -1474/+1474 |
* | Use /proc/self/exe to set $^X on linux (or anywhere new | Nick Ing-Simmons | 2001-11-19 | 1 | -1469/+1475 |
* | Remove iconv references since we are not using it | Jarkko Hietaniemi | 2001-09-20 | 1 | -12/+0 |
* | Configure not recording lseek proto | Blair Zajac | 2001-09-11 | 1 | -27/+27 |
* | Due to braindamaged makedef.pl change 11758 broke makedef.pl | Artur Bergman | 2001-08-30 | 1 | -2/+1 |
* | make sure USE_THREADS is defined so external apps work | Artur Bergman | 2001-08-29 | 1 | -0/+1 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | Introduce more floating point classifying APIs; | Jarkko Hietaniemi | 2001-08-09 | 1 | -0/+130 |
* | Add HAS_PTHREAD_ATFORK. | Jarkko Hietaniemi | 2001-07-12 | 1 | -0/+6 |
* | Detypo, problem noticed by Gerrit P. Haase. | Jarkko Hietaniemi | 2001-07-08 | 1 | -1/+1 |
* | Add Configure probes for nl_langinfo() and <langinfo.h>. | Jarkko Hietaniemi | 2001-06-28 | 1 | -0/+13 |
* | Further tiny bcopy cleanup | Andy Dougherty | 2001-06-22 | 1 | -4/+4 |
* | Add fchdir() probe (in non-UNIX systems assume it doesn't exist). | Jarkko Hietaniemi | 2001-06-21 | 1 | -0/+6 |
* | After some reading I don't think we can blindly | Jarkko Hietaniemi | 2001-06-20 | 1 | -6/+0 |
* | The first steps towards cross-compilation. | Jarkko Hietaniemi | 2001-06-15 | 1 | -39/+45 |
* | Add Configure directive -Dusereentrant for Artur's ithreads work, | Jarkko Hietaniemi | 2001-06-13 | 1 | -0/+6 |
* | Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG. | Jarkko Hietaniemi | 2001-06-08 | 1 | -0/+8 |
* | Configure tweaks; add prototype probes, make the cpp symbols | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+41 |
* | Missed HAS_SETRESGID_PROTO. No serious harm done since | Jarkko Hietaniemi | 2001-06-04 | 1 | -0/+8 |
* | Configure tweaks; record the Berkeley DB version, | Jarkko Hietaniemi | 2001-06-01 | 1 | -0/+31 |
* | Use OSVERS. | Jarkko Hietaniemi | 2001-05-16 | 1 | -5/+3 |
* | DG-UX threading patches, including a README.dgux, | Jarkko Hietaniemi | 2001-05-16 | 1 | -0/+8 |