History log of /external/python/cpython2/Python/dynload_hpux.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/dynload_hpux.c
4eafe9ee4f37ad06f7688f23df07f9390f522fdc 19-May-2006 Neal Norwitz <nnorwitz@gmail.com> Oops, I forgot to include this file in the last commit (46046):

Bug/Patch #1481770: Use .so extension for shared libraries on HP-UX for ia64.

I suppose this could be backported if anyone cares.
/external/python/cpython2/Python/dynload_hpux.c
40cac739c26129fee15b4c2fa696d5f490982239 02-Nov-2002 Neal Norwitz <nnorwitz@gmail.com> Fix SF # 551504, python -v sometimes fails to find init (HPUX)

Joseph Winston recommends removing DYNAMIC_PATH, since it can
cause some dynamic libraries to not load on HP-UX 11.
/external/python/cpython2/Python/dynload_hpux.c
fb0da9d7709057695087f8ca280904c9ef84b11f 26-Jan-2002 Martin v. Löwis <martin@v.loewis.de> Test for error status of shl_findsym. Fixes #505417. 2.2.1 candiate.
/external/python/cpython2/Python/dynload_hpux.c
518ab1c02a01a1a502fedeccb62ea73f2a952ba7 28-Nov-2001 Jeremy Hylton <jeremy@alum.mit.edu> Use PyOS_snprintf instead of sprintf.
/external/python/cpython2/Python/dynload_hpux.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/dynload_hpux.c
ffcc3813d82e6b96db79f518f4e67b940a13ce64 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice - 2nd try.
/external/python/cpython2/Python/dynload_hpux.c
fd71b9e9d496caa510dec56a9b69966558d6ba5d 01-Jul-2000 Guido van Rossum <guido@python.org> Change copyright notice.
/external/python/cpython2/Python/dynload_hpux.c
96a8fb7e99aa8d612473a1dd87e4c1deb8408898 22-Dec-1999 Guido van Rossum <guido@python.org> Cleanup patches from Greg Stein:

* in import.c, #ifdef out references to dynamic loading based on
HAVE_DYNAMIC_LOADING

* clean out the platform-specific crud from importdl.c.
[ maybe fold this function into import.c and drop the importdl.c file? Greg.]

* change GetDynLoadFunc's "funcname" parameter to "shortname". change
"name" to "fqname" for clarification.

* each GetDynLoadFunc now creates its own funcname value.

WARNING: as I mentioned previously, we may run into an issue with a
missing "_" on some platforms. Testing will show this pretty quickly,
however.

* move pathname munging into dynload_shlib.c
/external/python/cpython2/Python/dynload_hpux.c
22a1d3671bd02fbbc3599e3b4c19648027d7b867 20-Dec-1999 Guido van Rossum <guido@python.org> The old platform-specific contents of importdl.c, broken down into one
file per platform (really: per style of Dl API; e.g. all platforms
using dlopen() are grouped together in dynload_shlib.c.).

This is part of a set of patches by Greg Stein.
/external/python/cpython2/Python/dynload_hpux.c