| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Message-Id: <01BD2EF2.53433A40.dougl@ActiveState.com>
To: "'Gurusamy Sarathy'" <gsar@umich.edu>
Here's an additional diff against //depot/asperl
The field name mg_length was changed back to mg_len
The function name mg_len was change to mg_length
The need for sort_mutex removed thanks to the code derived
from Tom Horsley's work.
-- Doug
p4raw-id: //depot/asperl@451
|
|
|
|
|
|
| |
- add new functions to proto.h
- fix up makefile.mk for $(OBJECT)
p4raw-id: //depot/asperl@450
|
|
|
| |
p4raw-id: //depot/asperl@449
|
|\
| |
| | |
p4raw-id: //depot/asperl@445
|
| |\
| | |
| | | |
p4raw-id: //depot/win32/perl@440
|
| | |
| | |
| | |
| | |
| | |
| | | |
and check for NULL in hv_delete in case '~' and tie magic
are present
p4raw-id: //depot/ansiperl@438
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Ugh! ...
Macros were unsuitable for declaring the functions, extra () round
parameters removed - non-function forms of PerlXxx_yyyy() need to
add () themselves.
Need to include perlmem.h in util.c (at least) if not using Perl's malloc.
p4raw-id: //depot/ansiperl@437
|
| | |\
| | |/
| |/| |
p4raw-id: //depot/ansiperl@436
|
| | |
| | |
| | | |
p4raw-id: //depot/win32/perl@434
|
| | |
| | |
| | | |
p4raw-id: //depot/win32/perl@433
|
| |\ \
| | | |
| | | | |
p4raw-id: //depot/win32/perl@432
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/win32/perl@431
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Message-Id: <199801190409.XAA26710@aatma.engin.umich.edu>
Subject: [PATCH] XSUB OUTPUT arguments and 'set' magic
p4raw-id: //depot/win32/perl@430
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Message-Id: <199801070016.TAA17766@aatma.engin.umich.edu>
Subject: Re: can't modify message with HTML-Stream, v.1.42
p4raw-id: //depot/win32/perl@423
|
| | | | |
| | | | |
| | | | | |
p4raw-id: //depot/win32/perl@422
|
| | | | |
| | | | |
| | | | | |
p4raw-id: //depot/win32/perl@421
|
| | | | |
| | | | |
| | | | | |
p4raw-id: //depot/win32/perl@417
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
- build and install x2p
- fix installperl warnings on win32
- `make install` now does puts the archlibs in right places
- makefiles don't default to USE_THREADS anymore
- sync config.{b,g,v}c
- sync makefile.mk -> Makefile
p4raw-id: //depot/win32/perl@416
|
| | | |/
| | |/|
| | | | |
p4raw-id: //depot/ansiperl@435
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
To: perl5-porters@perl.org
It turns out that the potential for the "CONFIG key 'exe_ext'
does not exist in Config.pm" problem has been around for a while,
in the definition of SvTRUE(). It's just that non-gcc compilers
are more or less being built as CRIPPLED_CC when USE_THREADS is
defined (even if they can inline things). The inline macro for
SvTRUE works with tied hashes and the EXISTS method, and the
functional version (sv_true in 5.004_56, or SvTRUE in 5.004_04)
does not, because it adds an excess mg_get() which replaces the
EXISTS result with a FETCH result.
p4raw-id: //depot/ansiperl@429
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@428
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
tidy up dead #ifdef ORIGINAL_TIE)
Remove 'P' magic from hash, before adding new one in dbm_open like tie does.
p4raw-id: //depot/ansiperl@427
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@426
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@425
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@424
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@420
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@419
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/ansiperl@418
|
| | |\ \
| | |/ /
| |/| | |
p4raw-id: //depot/ansiperl@415
|
| | | |
| | | |
| | | |
| | | |
| | | | |
p4raw-link: @398 on //depot/perl: 0a0bb7c7269ef911ca3981a2b5365150a9ad4cfe
p4raw-id: //depot/win32/perl@412
|
| |\ \ \
| | | | |
| | | | | |
p4raw-id: //depot/win32/perl@411
|
| | | |\ \
| | | | |/
| | | | | |
p4raw-id: //depot/ansiperl@414
|
| | | |/
| | |/|
| | | | |
p4raw-id: //depot/perl@413
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH] _04 or _56: locale.t
p4raw-id: //depot/perl@410
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: Re: [PATCH for 5.004_56] Re: op/sort.t hangs under Solaris 2.5
p4raw-id: //depot/perl@409
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH for 5.004_56] s2p shouldn't use cpp
p4raw-id: //depot/perl@408
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH] _56 on dgux without threads
p4raw-id: //depot/perl@407
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH] perl5.004_56 NOT OK on alpha-dec_osf-thread (Digital UNIX X5.0-13)
p4raw-id: //depot/perl@406
|
| | | |
| | | |
| | | | |
p4raw-id: //depot/perl@405
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH] fix inefficient checks for TIEHANDLE
p4raw-id: //depot/perl@404
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH] VMS update for 5.004_56
p4raw-id: //depot/perl@403
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: 5.004_56: perldoc.PL dos-djgpp patches
p4raw-id: //depot/perl@402
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: Re: ANNOUNCE: perl 5.004_56 is available
p4raw-id: //depot/perl@401
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: [PATCH] 5.004_56: AIX 4.1.5.0: sans et avec threads
p4raw-id: //depot/perl@400
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Subject: Re: Regexp [PATCH] 5.004_56 (?>...)
p4raw-id: //depot/perl@399
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
to cope with ENV_IS_CASELESS:
Subject: [perl5.004_56] [PATCH] hv_delete and 'm' magic
p4raw-id: //depot/perl@398
|
| | |\ \
| | |/ /
| |/| | |
p4raw-id: //depot/perl@397
|
| | | |\
| | | | |
| | | | | |
p4raw-id: //depot/ansiperl@395
|
| | | |\ \
| | | | | |
| | | | | | |
p4raw-id: //depot/ansiperl@389
|
| | | |\ \ \
| | | | | | |
| | | | | | | |
p4raw-id: //depot/ansiperl@376
|