| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
(objpp.h is gone, embed.pl now does some of that); objXSUB.h
should soon be automated also; the global variables that
escaped the PL_foo conversion are now reined in; renamed
MAGIC in regcomp.h to REG_MAGIC to avoid collision with the
type of same name; duplicated lists of pp_things in various
places is now gone; result has only been tested on win32
p4raw-id: //depot/perl@2133
|
|
|
|
|
| |
names
p4raw-id: //depot/perl@1616
|
|
|
| |
p4raw-id: //depot/perl@1608
|
|
|
| |
p4raw-id: //depot/perl@1607
|
|
|
|
|
|
| |
brute force search script). Result builds and passes all tests on
Solaris. win32 and PERL_OBJECT are still untested.
p4raw-id: //depot/perl@1578
|
|
|
|
|
| |
Builds and passes all tests at one limit i.e. -DPERL_GLOBAL_STRUCT
p4raw-id: //depot/ansiperl@1532
|
|
|
| |
p4raw-id: //depot/perl@1394
|
|
|
| |
p4raw-id: //depot/perl@1113
|
|\
| |
| | |
p4raw-id: //depot/asperl@1010
|
| |
| |
| |
| |
| | |
Remove K&R style functions, avoid struct/typedef clash.
p4raw-id: //depot/ansiperl@972
|
| |
| |
| |
| |
| | |
name changes for gcc. Builds and tests under VC/BC once again.
p4raw-id: //depot/asperl@830
|
|/
|
| |
p4raw-id: //depot/asperl@806
|
|
|
|
|
|
|
| |
- s/PerlIO_fread/PerlIO_read/, the former doesn't exist
- add missing prototypes
- regenerate win32/config*.?c
p4raw-id: //depot/win32/perl@791
|
|
|
| |
p4raw-id: //depot/perl@779
|
|
|
|
|
| |
Subject: [PATCH 5.004_61] bunch of small patches
p4raw-id: //depot/perl@769
|
|
|
|
|
| |
Cannot export svref_mutex in non-threaded perl
p4raw-id: //depot/perl@603
|
|
|
|
|
| |
preprocessor symbol on Digital UNIX.
p4raw-id: //depot/perl@602
|
|
|
|
|
|
|
|
|
|
| |
- export symbols needed for building B
- bset_obj_store() is needed by byterun(), so define it there instead
of at B.xs, and export it
- freadpv() is only used in B.xs, so move it there
- byte*.h are now included by perl.h
- regenerate embed*.h
p4raw-id: //depot/win32/perl@589
|
|
ext/B/..., some to lib/B/..., O.pm and B.pm go in lib and some
move to the base perl directory (e.g. headers). Will need some
cleaning up before it builds properly, I would guess.
p4raw-id: //depot/perl@562
|