| Commit message (Expand) | Author | Age | Files | Lines |
* | More printf-fixes (see also #4426). | Jarkko Hietaniemi | 1999-10-23 | 1 | -12/+13 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -1/+6 |
* | avoid warnings | Gurusamy Sarathy | 1999-10-12 | 1 | -2/+4 |
* | make die/warn and other diagnostics go to wherever STDERR happens | Gurusamy Sarathy | 1999-10-06 | 1 | -10/+10 |
* | Malloc fixes and docs | Ilya Zakharevich | 1999-09-27 | 1 | -77/+222 |
* | Replace change #4100 with | Robin Barker | 1999-09-13 | 1 | -18/+16 |
* | Fix pointer casts. | Robin Barker | 1999-09-07 | 1 | -11/+11 |
* | DEBUG_m() adjusted to internalize dTHX | Gurusamy Sarathy | 1999-08-20 | 1 | -4/+10 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -1/+4 |
* | most globals are now interpreter local; locale initialization | Gurusamy Sarathy | 1999-06-10 | 1 | -1/+1 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -27/+49 |
* | initial stub implementation of implicit thread/this | Gurusamy Sarathy | 1999-06-07 | 1 | -26/+19 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -4/+4 |
* | fix missing exported symbol | Gurusamy Sarathy | 1999-05-26 | 1 | -9/+2 |
* | Integrate from mainperl. | Jarkko Hietaniemi | 1999-03-23 | 1 | -1/+1 |
|\ |
|
| * | update copyright years | Gurusamy Sarathy | 1999-03-22 | 1 | -1/+1 |
* | | First pass of integrating the Rhapsody port, | Wilfredo Sánchez | 1999-03-15 | 1 | -1/+1 |
|/ |
|
* | fix typo in Perl_sbrk() | Hans Mulder | 1999-02-20 | 1 | -1/+1 |
* | make EMBEDMYMALLOC the default and provide PERL_POLLUTE_MALLOC to let | Gurusamy Sarathy | 1999-02-08 | 1 | -16/+8 |
* | Atari MiNT port by Guido Flohr <gufl0000@stud.uni-sb.de> | Jarkko Hietaniemi | 1999-01-13 | 1 | -4/+4 |
* | Re: stuff related to malloc.c | Ilya Zakharevich | 1998-12-17 | 1 | -1/+1 |
* | Re: stuff related to malloc.c | Ilya Zakharevich | 1998-12-13 | 1 | -15/+43 |
* | another threads reliability fix: serialize writes to thr->threadsv | Gurusamy Sarathy | 1998-11-29 | 1 | -1/+2 |
* | fix MALLOC_LOCK #define | Gurusamy Sarathy | 1998-11-28 | 1 | -4/+4 |
* | malloc bugfix and documentation from Ilya Zakharevich | Gurusamy Sarathy | 1998-11-27 | 1 | -1/+68 |
* | Cosmetic malloc patch | Ilya Zakharevich | 1998-11-27 | 1 | -16/+73 |
* | Re: [PATCH] Re: Not OK: perl 5.00553 on OPENSTEP-Mach 4_1 | Hans Mulder | 1998-11-09 | 1 | -4/+4 |
* | Finalize the Mach CThreads support. | Hans Mulder | 1998-11-07 | 1 | -8/+16 |
* | Renamed malloc.c ASSERT() macro to P_ASSERT() because | Jarkko Hietaniemi | 1998-11-06 | 1 | -8/+8 |
* | phase 1 of somewhat major rearrangement of PERL_OBJECT stuff | Gurusamy Sarathy | 1998-10-30 | 1 | -1/+1 |
* | minor cleanup | Gurusamy Sarathy | 1998-10-28 | 1 | -4/+3 |
* | enable PERL_SBRK_VIA_MALLOC on OPENSTEP-Mach | Hans Mulder | 1998-09-23 | 1 | -5/+1 |
* | Better debugging output from malloc.c | Ilya Zakharevich | 1998-08-02 | 1 | -7/+8 |
* | malloc.c tweaks | Ilya Zakharevich | 1998-08-02 | 1 | -15/+40 |
* | complete s/foo/PL_foo/ changes (all escaped cases identified with | Gurusamy Sarathy | 1998-07-20 | 1 | -1/+1 |
* | Drat! - threaded perl-malloc has mutex that needs PL_ | Nick Ing-Simmons | 1998-07-19 | 1 | -12/+12 |
* | PL_ for perl's malloc | Nick Ing-Simmons | 1998-07-19 | 1 | -8/+8 |
* | reenable misaligned memory checks, cast to UV & check alignment | Dominic Dunlop | 1998-07-09 | 1 | -2/+2 |
* | corrupt malloc ptr on NeXT | Hans Mulder | 1998-07-06 | 1 | -1/+1 |
* | Make Power MachTen use vfork and perl's malloc | Dominic Dunlop | 1998-07-04 | 1 | -7/+31 |
* | applied patch, regen headers | Ilya Zakharevich | 1998-06-23 | 1 | -2/+12 |
* | fix alignment issues in malloc.c on 64-bit platforms (via private mail) | Ilya Zakharevich | 1998-06-22 | 1 | -1/+14 |
* | adapted contents of message into comments in malloc.c and INSTALL | Ilya Zakharevich | 1998-06-21 | 1 | -0/+100 |
* | applied patch, tweaked wording | Ilya Zakharevich | 1998-06-21 | 1 | -1/+1 |
* | Cosmetic malloc patch | Ilya Zakharevich | 1998-06-21 | 1 | -172/+190 |
* | Better version of malloc improver | Ilya Zakharevich | 1998-06-21 | 1 | -39/+77 |
* | various win32 fixes | Gurusamy Sarathy | 1998-06-14 | 1 | -2/+2 |
* | add newer malloc.c from Ilya Zakharevich <ilya@math.ohio-state.edu> | Gurusamy Sarathy | 1998-06-10 | 1 | -244/+848 |
* | STRESS_REALLOC | Stephen McCamant | 1998-03-16 | 1 | -0/+3 |
* | Perl_sbrk declared inconsistently | Hans Mulder | 1998-02-20 | 1 | -1/+1 |