index
:
delta/cpython.git
2.0
2.1
2.2
2.3
2.4
2.5
2.6
2.7
3.0
3.1
3.2
3.3
3.4
3.5
3.6
baserock/2.7.9-mips64
baserock/markdoffman/py2-symlink
baserock/markdoffman/py2-symlink-v2
baserock/morph-2.7
legacy-trunk
master
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Modules
/
rotormodule.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
merge Include/my*.h into Include/pyport.h
Peter Schneider-Kamp
2000-07-31
1
-1
/
+0
*
Bunch of minor ANSIfications: 'void initfunc()' -> 'void initfunc(void)',
Thomas Wouters
2000-07-21
1
-1
/
+1
*
Spelling fixes supplied by Rob W. W. Hooft. All these are fixes in either
Thomas Wouters
2000-07-16
1
-4
/
+4
*
Now that prototypes are in scope, the compiler gives legit wngs
Tim Peters
2000-07-10
1
-2
/
+2
*
ANSI-fication
Peter Schneider-Kamp
2000-07-10
1
-71
/
+25
*
Trent Mick: use size_t instead of int where appropriate (set_key()).
Guido van Rossum
2000-06-28
1
-2
/
+2
*
Vladimir Marangozov's long-awaited malloc restructuring.
Guido van Rossum
2000-05-03
1
-10
/
+18
*
Massive patch by Skip Montanaro to add ":name" to as many
Guido van Rossum
2000-02-29
1
-2
/
+2
*
Add DL_EXPORT() to all modules that could possibly be used
Guido van Rossum
1998-12-04
1
-1
/
+1
*
workaround for Mac MSL header definitions of TRUE and FALSE (Jack)
Guido van Rossum
1997-05-20
1
-0
/
+4
*
Keep Microsoft VC happy.
Guido van Rossum
1997-04-11
1
-9
/
+9
*
set_key(): Use Py_CHARMASK macro to get the character from the array
Barry Warsaw
1997-01-16
1
-237
/
+43
*
rotorobj_setkey(): A single string argument is now required (i.e. no
Barry Warsaw
1997-01-02
1
-5
/
+3
*
Reworked to check for memory problems (one potential found),
Barry Warsaw
1996-12-23
1
-204
/
+245
*
changes for MPW
Guido van Rossum
1995-03-09
1
-2
/
+2
*
cosmetic changes so these modules will work with the strict new naming scheme
Guido van Rossum
1995-01-10
1
-5
/
+5
*
Another bulky set of minor changes.
Guido van Rossum
1995-01-02
1
-1
/
+2
*
* various modules: #include "Python.h" and remove most remporary
Guido van Rossum
1994-09-14
1
-5
/
+2
*
Lance has converted his modules to the new naming conventions, and
Guido van Rossum
1994-08-30
1
-49
/
+36
*
Makefile.pre.in: add $(OPT) to link command
Guido van Rossum
1994-08-29
1
-102
/
+106
*
Merge alpha100 branch back to main trunk
Guido van Rossum
1994-08-01
1
-22
/
+22
*
* nismodule.c: database keys and values can contain null bytes. be more
Guido van Rossum
1993-11-03
1
-0
/
+5
*
Replace <<-13 by >>13. Leave old code in #ifdef BUGGY_CODE_BW_COMPAT.
Guido van Rossum
1993-11-01
1
-0
/
+15
*
* Added gmtime/localtime/mktime and SYSV timezone globals to timemodule.c.
Guido van Rossum
1993-06-17
1
-2
/
+4
*
* Added Fixcprt.py: script to fix copyright message.
Guido van Rossum
1993-01-26
1
-2
/
+2
*
Added separate main program for the Mac: macmain.c
Guido van Rossum
1993-01-21
1
-2
/
+2
*
New rotor methods: setkey(), encryptmore() and decryptmore().
Guido van Rossum
1992-08-02
1
-8
/
+89
*
Changes to make it compile under SGI -- revamped new/dealloc a bit.
Guido van Rossum
1992-07-31
1
-39
/
+25
*
New file rotormodule.c (by Lance Ellinghouse).
Guido van Rossum
1992-07-31
1
-0
/
+735