| Commit message (Expand) | Author | Age | Files | Lines |
* | misplaced braces | Gurusamy Sarathy | 2000-02-21 | 1 | -11/+17 |
* | more malloc.c tweaks for change#5070 | Gurusamy Sarathy | 2000-02-21 | 1 | -17/+18 |
* | malloc.c fixups in change#5170 need to fetch thx pointer | Gurusamy Sarathy | 2000-02-21 | 1 | -12/+20 |
* | lexical warnings update, ability to inspect bitmask in calling | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+30 |
* | avoid compiler warnings | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+1 |
* | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 1 | -31/+69 |
* | use system malloc() instead of sbrk() in Perl_malloc() under -DPURIFY | Gurusamy Sarathy | 2000-02-14 | 1 | -1/+5 |
* | fix debug code in Perl_malloc() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-06 | 1 | -2/+9 |
* | off-by-one in malloc.c (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-04 | 1 | -4/+4 |
* | 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 |