summaryrefslogtreecommitdiff
path: root/Modules/sunaudiodev.c
Commit message (Expand)AuthorAgeFilesLines
* Recorded merge of revisions 81029 via svnmerge fromAntoine Pitrou2010-05-091-285/+285
* This reverts r63675 based on the discussion in this thread:Gregory P. Smith2008-06-091-2/+2
* Renamed PyString to PyBytesChristian Heimes2008-05-261-2/+2
* Deprecate sunaudiodev/SUNAUDIODEV for removal in 3.0.Brett Cannon2008-05-161-0/+4
* #1629: Renamed Py_Size, Py_Type and Py_Refcnt to Py_SIZE, Py_TYPE and Py_REFC...Christian Heimes2007-12-191-2/+2
* PEP 3123: Provide forward compatibility with Python 3.0, while keepingMartin v. Löwis2007-07-211-6/+4
* Check return result from Py_InitModule*(). This API can fail.Neal Norwitz2006-01-191-0/+2
* staticforward bites the dust.Jeremy Hylton2002-07-171-2/+2
* Remove METH_OLDARGS:Neal Norwitz2002-03-311-42/+23
* Patch #477750: Use METH_ constants in Modules.Martin v. Löwis2002-01-171-12/+12
* Include <unistd.h> in Python.h. Fixes #500924.Martin v. Löwis2002-01-121-4/+0
* Patch supplied by Burton Radons for his own SF bug #487390: ModifyingGuido van Rossum2001-12-081-2/+2
* Fix memory leak. This is part of SF patch #478006.Fred Drake2001-11-091-0/+1
* REMOVED all CWI, CNRI and BeOpen copyright markings.Guido van Rossum2000-09-011-9/+0
* ANSIfy some more forward declarations.Thomas Wouters2000-07-241-2/+2
* Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',Thomas Wouters2000-07-211-1/+1
* Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in eitherThomas Wouters2000-07-161-1/+1
* ANSI-fication (fixed on parameter list I messed up in the patch)Peter Schneider-Kamp2000-07-101-53/+19
* Change copyright notice - 2nd try.Guido van Rossum2000-06-301-6/+0
* Change copyright notice.Guido van Rossum2000-06-301-22/+7
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-3/+3
* audio(7I) suggests that applications do the following to get theBarry Warsaw1998-10-311-7/+42
* Apply two changes, systematically:Guido van Rossum1997-10-011-3/+1
* Bugfix by Sjoerd:Guido van Rossum1997-04-111-1/+5
* Plugged a couple of potential return value problems, memory leaks, andBarry Warsaw1997-01-091-8/+13
* Renamed, however there is no test case. I did test some of the moduleBarry Warsaw1996-12-131-194/+200
* Make gcc -Wall happy; remove dummy variable (can't see where it's needed).Guido van Rossum1996-12-101-2/+8
* New permission notice, includes CNRI.Guido van Rossum1996-10-251-13/+20
* Correct typo: return -1 for error, not 0Guido van Rossum1996-09-111-1/+1
* Added some (method) casts.Sjoerd Mullender1995-03-171-10/+10
* Added 1995 to copyright message.Guido van Rossum1995-01-041-2/+2
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-20/+24
* Port to Solaris 2.3.Sjoerd Mullender1993-12-031-2/+37
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-0/+35
* * Changed all copyright messages to include 1993.Guido van Rossum1993-03-291-2/+2
* classobject.c moduleobject.c stdwinmodule.c xxobject.c:Guido van Rossum1992-09-041-0/+6
* Initial revisionGuido van Rossum1992-06-031-0/+408