summaryrefslogtreecommitdiff
path: root/pear
Commit message (Expand)AuthorAgeFilesLines
* Added check for $argv avaibleTomas V.V.Cox2002-01-052-4/+8
* * PEAR.php line number changes againStig Bakken2002-01-021-5/+5
* * registry files renamed from .inf to .reg, update testStig Bakken2002-01-021-1/+1
* * support "pear-get install XML_RPC"Stig Bakken2002-01-021-1/+14
* * start splitting "pear" command into "pear" and "pear-get"Stig Bakken2002-01-023-11/+357
* * use new overloading API properlyStig Bakken2002-01-021-10/+17
* * install PEAR/Dependency.phpStig Bakken2001-12-291-0/+1
* - Rewrote infoFromTgzFile() (Stig, no more "pedantic" :-)Tomas V.V.Cox2001-12-281-22/+29
* * added <description> element in <package>Stig Bakken2001-12-281-2/+7
* switch to use the xml end tag function for correct handlingTomas V.V.Cox2001-12-271-74/+74
* added default target for installing documentationTomas V.V.Cox2001-12-261-1/+2
* reverted the last change for nowTomas V.V.Cox2001-12-261-4/+4
* - Install files marked as "role=doc" in a central PEAR doc dirTomas V.V.Cox2001-12-261-27/+37
* * use "windir" env.var on Windows tooStig Bakken2001-12-261-0/+3
* * added System::tmpdir() method (now uses SystemRoot env.var on Windows)Stig Bakken2001-12-261-9/+18
* added the <license> tag under <release> for the package.xml fileTomas V.V.Cox2001-12-231-1/+2
* * add "pedantic" mode in infoFromTgzFile and skip some checks if notStig Bakken2001-12-221-3/+6
* Install session module haederYasuo Ohgaki2001-12-211-0/+1
* * Change $Version$ to $Revision$.Martin Jansen2001-12-181-1/+1
* * Convert tabs to spaces.Martin Jansen2001-12-181-35/+36
* that makes more senseTomas V.V.Cox2001-12-181-1/+1
* quick fix for the "pear info" commandTomas V.V.Cox2001-12-181-4/+13
* Added dependencies check support for InstallerTomas V.V.Cox2001-12-171-2/+30
* ensure correct package names and versions in the xml parserTomas V.V.Cox2001-12-171-1/+2
* - Added callCheckMethod() for making easy the integration withTomas V.V.Cox2001-12-171-31/+118
* call PEAR::raiseError() instead of $this->raiseError() in factory()Tomas V.V.Cox2001-12-171-1/+1
* - included PEAR.phpUlf Wendel2001-12-171-2/+3
* added support for <deps> and <dep> tagsTomas V.V.Cox2001-12-161-0/+13
* use the System class for mkDirHier() and mkTempDir()Tomas V.V.Cox2001-12-161-18/+5
* improved phpdoc of mkTemp()Tomas V.V.Cox2001-12-161-5/+5
* Added System::mktemp() (Creates temporal files or directories)Tomas V.V.Cox2001-12-161-9/+64
* * Destructors seem to work like a charm. -> No need to keep this line.Martin Jansen2001-12-151-1/+0
* * Add links to the new documentation.Martin Jansen2001-12-151-3/+6
* be rfc compliant...Sterling Hughes2001-12-141-4/+11
* * update to new overload apiStig Bakken2001-12-141-3/+4
* fix phpdocAlexander Merz2001-12-131-32/+65
* Always output config.nice for standalone extensions. (Really helps withAndrei Zmievski2001-12-121-0/+2
* * implemented "upgrade"Stig Bakken2001-12-121-18/+37
* * install PEAR/Autoloader.phpStig Bakken2001-12-121-0/+1
* * implemented upgradeStig Bakken2001-12-121-25/+59
* * PEAR_Registry::updatePackage now takes an optional 2nd arg forStig Bakken2001-12-121-2/+6
* * make do without overload functionStig Bakken2001-12-121-1/+3
* fixed bug #14414Tomas V.V.Cox2001-12-111-2/+2
* Update headers.Sebastian Bergmann2001-12-1121-39/+39
* * fixed the sub-command option parsingStig Bakken2001-12-111-17/+44
* * added "register_only" option for install/uninstallStig Bakken2001-12-111-24/+31
* * now using ext/overloadStig Bakken2001-12-101-1/+14
* * PEAR_Registry::packageInfo now takes a second arg for returning a singleStig Bakken2001-12-101-2/+9
* * added fold marks, moved around some code and silenced some Archive_TarStig Bakken2001-12-101-40/+43
* * renamed check methods to checkXxxStig Bakken2001-12-101-34/+108