History log of /external/python/cpython2/Python/getcwd.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
c83ea137d7e717f764e2f31fc2544f522de7d857 09-May-2010 Antoine Pitrou <solipsis@pitrou.net> Untabify C files. Will watch buildbots.
/external/python/cpython2/Python/getcwd.c
8b9c04941beb84fba0f52aec36e480339d826fbe 05-May-2010 Brett Cannon <bcannon@gmail.com> Remove an unneeded variable and fix a little whitespace.

Found using Clang's static analyzer.
/external/python/cpython2/Python/getcwd.c
417439e6cdc072baea8217a3c60d5f52f353394a 05-May-2010 Brett Cannon <bcannon@gmail.com> Partially revert the over-reaching r80813.
/external/python/cpython2/Python/getcwd.c
0b03f10afb301560c711b953b6ca2ecef3181eed 05-May-2010 Brett Cannon <bcannon@gmail.com> Remove three unneeded variable assignments.

Found using Clang's static analyzer.
/external/python/cpython2/Python/getcwd.c
1ddba60e3d084bfca4615bbd77c3c6f4ed34d8ee 25-Apr-2006 Thomas Wouters <thomas@python.org> Define MAXPATHLEN to be at least PATH_MAX, if that's defined. Python uses
MAXPATHLEN-sized buffers for various output-buffers (like to realpath()),
and that's correct on BSD platforms, but not Linux (which uses PATH_MAX, and
does not define MAXPATHLEN.) Cursory googling suggests Linux is following a
newer standard than BSD, but in cases like this, who knows. Using the
greater of PATH_MAX and 1024 as a fallback for MAXPATHLEN seems to be the
most portable solution.
/external/python/cpython2/Python/getcwd.c
8586991099e4ace18ee94163a96b8ea1bed77ebe 02-Sep-2000 Guido van Rossum <guido@python.org> REMOVED all CWI, CNRI and BeOpen copyright markings.
This should match the situation in the 1.6b1 tree.
/external/python/cpython2/Python/getcwd.c
f70ef4f8606f99744252a804229d53a4d97601c1 22-Jul-2000 Thomas Wouters <thomas@python.org> Mass ANSIfication of function definitions. Doesn't cover all 'extern'
declarations yet, those come later.
/external/python/cpython2/Python/getcwd.c
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython2/Python/getcwd.c
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython2/Python/getcwd.c
582acece2e0db447904b3f8f8f1d2acf36834158 29-Jun-2000 Guido van Rossum <guido@python.org> Trent Mick's Win64 changes: size_t vs. int or long; also some overflow
tests.
/external/python/cpython2/Python/getcwd.c
d266eb460e20ded087d01a29da0a230e235afc40 25-Oct-1996 Guido van Rossum <guido@python.org> New permission notice, includes CNRI.
/external/python/cpython2/Python/getcwd.c
6d023c98b06e8b4558f3558335433f371a89cc9b 04-Jan-1995 Guido van Rossum <guido@python.org> Added 1995 to copyright message.
bltinmodule.c: fixed coerce() nightmare in ternary pow().
modsupport.c (initmodule2): pass METH_FREENAME flag to newmethodobject().
pythonrun.c: move flushline() into and around print_error().
/external/python/cpython2/Python/getcwd.c
1d5735e84621a7fe68d361fa0e289fa2c3310836 30-Aug-1994 Guido van Rossum <guido@python.org> Merge back to main trunk
/external/python/cpython2/Python/getcwd.c
f1dc56632881fe4e5beed047580bf927679f3669 05-Jul-1993 Guido van Rossum <guido@python.org> * Makefile: added all: and default: targets.
* many files: made some functions static; removed "extern int errno;".
* frozenmain.c: fixed bugs introduced on 24 June...
* flmodule.c: remove 1.5 bw compat hacks, add new functions in 2.2a
(and some old functions that were omitted).
* timemodule.c: added MSDOS floatsleep version .
* pgenmain.c: changed exit() to goaway() and added defn of goaway().
* intrcheck.c: add hack (to UNIX only) so interrupting 3 times
will exit from a hanging program. The second interrupt prints
a message explaining this to the user.
/external/python/cpython2/Python/getcwd.c
9bfef44d97d1ae24e03717e3d59024b44626a9de 29-Mar-1993 Guido van Rossum <guido@python.org> * Changed all copyright messages to include 1993.
* Stubs for faster implementation of local variables (not yet finished)
* Added function name to code object. Print it for code and function
objects. THIS MAKES THE .PYC FILE FORMAT INCOMPATIBLE (the version
number has changed accordingly)
* Print address of self for built-in methods
* New internal functions getattro and setattro (getattr/setattr with
string object arg)
* Replaced "dictobject" with more powerful "mappingobject"
* New per-type functio tp_hash to implement arbitrary object hashing,
and hashobject() to interface to it
* Added built-in functions hash(v) and hasattr(v, 'name')
* classobject: made some functions static that accidentally weren't;
added __hash__ special instance method to implement hash()
* Added proper comparison for built-in methods and functions
/external/python/cpython2/Python/getcwd.c
bab9d0385585fcddf6ee96a4ca38dd18e3517f54 05-Apr-1992 Guido van Rossum <guido@python.org> Copyright for 1992 added
/external/python/cpython2/Python/getcwd.c
f70e43a073b36c6f6e9894c01025243a77a452d4 19-Feb-1991 Guido van Rossum <guido@python.org> Added copyright notice.
/external/python/cpython2/Python/getcwd.c
7927384a1d78ec87282d54c3af7563935185d145 19-Feb-1991 Guido van Rossum <guido@python.org> Added version that opens a pipe to /bin/pwd.
/external/python/cpython2/Python/getcwd.c
de9775af8fc6f2e976f3815f00a5f389c777a91f 21-Jan-1991 Guido van Rossum <guido@python.org> Initial revision
/external/python/cpython2/Python/getcwd.c