summaryrefslogtreecommitdiff
path: root/Modules/rotormodule.c
Commit message (Expand)AuthorAgeFilesLines
* Trent Mick: use size_t instead of int where appropriate (set_key()).Guido van Rossum2000-06-281-2/+2
* Vladimir Marangozov's long-awaited malloc restructuring.Guido van Rossum2000-05-031-10/+18
* Massive patch by Skip Montanaro to add ":name" to as manyGuido van Rossum2000-02-291-2/+2
* Add DL_EXPORT() to all modules that could possibly be usedGuido van Rossum1998-12-041-1/+1
* workaround for Mac MSL header definitions of TRUE and FALSE (Jack)Guido van Rossum1997-05-201-0/+4
* Keep Microsoft VC happy.Guido van Rossum1997-04-111-9/+9
* set_key(): Use Py_CHARMASK macro to get the character from the arrayBarry Warsaw1997-01-161-237/+43
* rotorobj_setkey(): A single string argument is now required (i.e. noBarry Warsaw1997-01-021-5/+3
* Reworked to check for memory problems (one potential found),Barry Warsaw1996-12-231-204/+245
* changes for MPWGuido van Rossum1995-03-091-2/+2
* cosmetic changes so these modules will work with the strict new naming schemeGuido van Rossum1995-01-101-5/+5
* Another bulky set of minor changes.Guido van Rossum1995-01-021-1/+2
* * various modules: #include "Python.h" and remove most remporaryGuido van Rossum1994-09-141-5/+2
* Lance has converted his modules to the new naming conventions, andGuido van Rossum1994-08-301-49/+36
* Makefile.pre.in: add $(OPT) to link commandGuido van Rossum1994-08-291-102/+106
* Merge alpha100 branch back to main trunkGuido van Rossum1994-08-011-22/+22
* * nismodule.c: database keys and values can contain null bytes. be moreGuido van Rossum1993-11-031-0/+5
* Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.Guido van Rossum1993-11-011-0/+15
* * Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.Guido van Rossum1993-06-171-2/+4
* * Added Fixcprt.py: script to fix copyright message.Guido van Rossum1993-01-261-2/+2
* Added separate main program for the Mac: macmain.cGuido van Rossum1993-01-211-2/+2
* New rotor methods: setkey(), encryptmore() and decryptmore().Guido van Rossum1992-08-021-8/+89
* Changes to make it compile under SGI -- revamped new/dealloc a bit.Guido van Rossum1992-07-311-39/+25
* New file rotormodule.c (by Lance Ellinghouse).Guido van Rossum1992-07-311-0/+735