# | Change | User | Description | Committed | |
---|---|---|---|---|---|
#1 | 2280 | Tony Smith |
Release P4-Client 2.2279 as the latest stable release. Also updated the known porting matrix. |
||
//guest/tony_smith/perforce/API/Perl/current/P4-Client.tar.gz | |||||
#17 | 2279 | Tony Smith |
Bump major version up to 2.2279 to make CPAN see this as a new release. CPAN.pm thinks 1.982 is newer than 1.1084 so hopefully this will stop CPAN users getting old release of P4-Client. No functional change |
||
#16 | 2223 | Tony Smith |
Relegated previous support for "p4 diff" to the bottom drawer and use the Diff class provided in the P4 API to send the diff listings through the OutputText() interface. This has two main advantages over the old implementation: (a) same output as "p4 diff" as it uses the same classes and (b) doesn't require extra perl modules. The old implementation is still available - you just have to call P4::Client::DoPerlDiffs() to specify your preference. |
||
#15 | 2084 | Tony Smith |
Removed ugly hack preserving the specdef in perl hashes. There's no need for it as the server kindly provides it when you run the "p4 XXX -i". A little tidying of the test harness. It's not great, but there's at least something in there to check the form parsing now. |
||
#14 | 2010 | Tony Smith |
Bug fix. Fix crash when bizarre input is supplied as allegedly valid form fields. |
||
#13 | 1981 | Tony Smith | Update current P4-Client build to 1.1980 for the ActivePerl users. | ||
#12 | 1976 | Tony Smith |
Add support for ClientUser::Diff() to P4/Perl. Uses the Algorithm::Diff module to perform the diffs. Thanks to Wilson Snyder. |
||
#11 | 1894 | Tony Smith |
Bug fix. Correcty typo in SetCwd() - been doing too much Ruby (It's not a habit, I can control it) so I used [] instead of {} for indexing a hash. |
||
#10 | 1711 | Tony Smith |
Missed changes to Client.xs. Updated build accordingly |
||
#9 | 1710 | Tony Smith |
Bug fix/workaround. P4::Client::SetCwd() now does genuinely change your working directory, and also updates the PWD environment variable so that P4CONFIG files from the target directory can be correctly loaded. |
||
#8 | 1692 | Tony Smith |
Explicitly add extra preprocessor definitions for linux builds. It seems that some builds, most notably ActiveState ones don't use _BSD_SOURCE or _SVID_SOURCE so these settings are not propagated to additional modules. Thanks to Jeremy Russell. |
||
#7 | 1615 | Tony Smith |
Add debugging support to the ClientUserPerl class. It's not complete, but it's targeted at the code which deals with tagged output parsing which is the most complex code by far. |
||
#6 | 1546 | Tony Smith |
Fix to debugging code. Two debug statements were not protected by conditions so they always executed. Very annoying. Updating current build to 1546. |
||
#5 | 1542 | Tony Smith |
Removed another ClientApi reference in the debug code, and also made the debug code useable without the need to recompile. Now you just call $client->DebugLevel( 1 ); to enable debugging at run time. |
||
#4 | 1515 | Tony Smith |
Bug fix. Make sure all perl header files are included with C linkage preventing problems with redefinition of Perl_malloc() et al. |
||
#3 | 1084 | Tony Smith |
Bug fix: Fetching data using Tagged() or ParseForms() mode could give "attempt to free unreferenced scalar" errors on completion. When flattening the structured hashes into a Perforce form, the reference counts on the contents of the hash were not being incremented leading to their premature destruction. |
||
#2 | 1050 | Tony Smith |
Fix for parsing of complex tagged output with nested data items such as the output from "p4 filelog" for a file with integration records. P4-Client can now handle any level of nested data in the response from the Perforce server, but complex structures of this type may not be supplied for conversion into a Perforce form. That's OK as no Perforce forms have nested data items. Updated current build to 1.1050 |
||
#1 | 1011 | Tony Smith |
Moved Perl API stuff one level down to make way for upcoming Ruby interface. |
||
//guest/tony_smith/perforce/API/current/P4-Client.tar.gz | |||||
#6 | 977 | Tony Smith |
Fix broken form parsing. Two problems: first off, the specdef was not being saved in the hash for later use so forms could not be reconstructed from the hash data structure. Secondly, multi-line elements parsed into array members of the hash were not being flattened prior to reconstructing the form so they would be empty. |
||
#5 | 976 | Tony Smith |
Fix for multi-line field handling bug. The array handling code was dependent on all results for a given tag being supplied before moving on to the next tag, but this is not true for all Perforce commands. i.e. p4 client -o -> tags not fragmented p4 describe -s -> oops. Now the implementation is not fussy about the order in which elements arrive other than that tagN comes before tagN+1. Any number of other elements may come in between them. |
||
#4 | 966 | Tony Smith | Updated 1.966 build | ||
#3 | 964 | Tony Smith | Release P4::Client 1.964 | ||
#2 | 931 | Tony Smith | Latest (931) builds of P4::Client and P4 | ||
#1 | 926 | Tony Smith |
Reorganise layout of API stuff. Current builds maintained under current/ directory, released versions under released/ . All version numbers are <major>.<changelist> so syncing to the changelist number gets you the code for that build. Also updated the index page and added HTMLised versions of the pod to make it easy to see if this is what you need. |