summaryrefslogtreecommitdiff
path: root/perl.h
Commit message (Expand)AuthorAgeFilesLines
* Retract #3912, much too many compilation warningsJarkko Hietaniemi1999-08-031-6/+0
* (Retracted). See #3913.Sven Verdoolaege1999-08-031-0/+6
* Change #3790 redemption: with a little additionalJarkko Hietaniemi1999-08-031-0/+2
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-35/+16
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-2/+27
* Undo #3790 and the patches that attempted to fix itJarkko Hietaniemi1999-08-011-2/+0
* Hack the "integer overflow" code some more.Jarkko Hietaniemi1999-07-311-0/+4
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-07-291-1/+1
|\
| * Need to add QNX to the list for DONT_DECLARE_STD.Norton T. Allen1999-07-281-1/+1
* | misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dllGurusamy Sarathy1999-07-281-0/+1
|/
* avoid warning (from Doug MacEachern)Gurusamy Sarathy1999-07-281-1/+3
* provide MakeMaker attribute PERL_MALLOC_OK that allows extensionsGurusamy Sarathy1999-07-271-0/+2
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-121-4/+4
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-53/+93
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-26/+29
* Eliminate CONDOPsStephen McCamant1999-07-071-1/+0
* fix for C<$/ = 42> setting paragraph mode (applied with smallM. J. T. Guy1999-07-061-2/+2
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+9
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-7/+44
* AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-051-2/+2
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-1/+13
|\
| * cygwin32 updateFifer, Eric1999-07-051-1/+13
* | EPOC port to Psion5.Olaf Flebbe1999-06-271-4/+10
|/
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-96/+125
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-2/+14
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-121-17/+16
* implement C<use caller 'encoding'>Gurusamy Sarathy1999-06-111-0/+1
* part of the platform changes for IMPLICIT_CONTEXTGurusamy Sarathy1999-06-101-17/+16
* most globals are now interpreter local; locale initializationGurusamy Sarathy1999-06-101-1/+1
* win32 build fixesGurusamy Sarathy1999-06-101-14/+5
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-91/+121
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-5/+59
* remove _() non-ansismGurusamy Sarathy1999-06-021-53/+53
* ByteLoader mark 2Tom Hughes1999-05-281-2/+0
* fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.Gurusamy Sarathy1999-05-211-0/+2
* integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-171-1/+13
|\
| * Add HAS_MEMCHR and make memchr into a cpp macro if it already isn't.Jarkko Hietaniemi1999-05-131-0/+6
| * Still fflushing strong.Jarkko Hietaniemi1999-05-131-1/+5
| * Detect whether fflush(NULL) works as per change #3352.Jarkko Hietaniemi1999-05-121-1/+3
* | additional cleanups for cygwin32 portFifer, Eric1999-05-171-1/+1
|/
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-111-5/+6
* gutsupport for C++ exceptionsChip Salzenberg1999-05-111-6/+7
* "weak" references internals, still needs perlguts documentationGurusamy Sarathy1999-05-101-1/+7
* Self-consistent numeric conversion againIlya Zakharevich1999-05-101-0/+5
* Fix -Dm memory debugging for PERL_OBJECTJan Dubois1999-05-101-1/+5
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-6/+2
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-0/+8
* Croak if no known ways to semctl() (don't assume union semun).Jarkko Hietaniemi1999-04-131-3/+0
* First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-19/+26
* fix parsing of here documents in C<eval 's/.../<<FOO/e'>Gurusamy Sarathy1999-03-091-0/+2