summaryrefslogtreecommitdiffstats
path: root/Modules/nismodule.c
Commit message (Collapse)AuthorAgeFilesLines
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-6/+17
|
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-6/+20
| | | | | | | | | | careful about these. * arraymodule.c: added 8 byte swap; added 'i' format character; added reverse() method; rename read/write to fromfile/tofile. * config.c: Set version to 0.9.9++. * rotormodule.c (r_rand): declare k1..k5 as unsigned longs so the shifts will have a well-defined effect independent of word size. * bltinmodule.c: renamed bagof() to filter().
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-1/+1
| | | | | | | | | | Added $(SYSDEF) to its build rule in Makefile. * cgensupport.[ch], modsupport.[ch]: removed some old stuff. Also changed files that still used it... And made several things static that weren't but should have been... And other minor cleanups... * listobject.[ch]: add external interfaces {set,get}listslice * socketmodule.c: fix bugs in new send() argument parsing. * sunaudiodevmodule.c: added flush() and close().
* Added error handling and free resources.Guido van Rossum1992-08-121-54/+81
|
* NIS interface by Fred Gansevles <Fred.Gansevles@cs.utwente.nl>.Guido van Rossum1992-08-121-0/+292