- Apr 27, 2011
- Apr 23, 2011
- Apr 22, 2011
- Apr 21, 2011
-
-
deuce authored
Thanks!
-
deuce authored
are where the code was actually "wrong" in some way and the cast was not intentional. If the compiler thinks you need to be warned about casting a pointer to an int of a different size and that's exactly what we mean to do, then we *should* be getting a warning.
-
deuce authored
-
deuce authored
-
deuce authored
problem and kill it once and for all by doing terrible terrible things. Essentially, the problem stems from SDL installing an atexit() handler and cryptlib calling exit() after a fork(). This causes the child to attempt to shut down SDL (which isn't running in the child) which apparently spins. I've "fixed" this by overriding exit()!!! So any exit() call will not call atexit() functions from SyncTERM anymore. I haven't yet decided if this is a cryptlib bug or an SDL bug, though I'm leaning toward SDL.
-
deuce authored
Reported by Aapo Rantalainen (Thanks!)
-
deuce authored
Nokia N900. Debugged and initial patch by Aapo Rantalainen (Thanks!)
-
- Apr 20, 2011
-
-
deuce authored
XSelectionEvent.property is zero. Debugged and patched by Marcin Cieslak (aka Saper) in SDL output. Same patch applied to X11 output. Thanks!
-
- Apr 13, 2011
-
-
rswindell authored
-
- Apr 12, 2011
- Apr 09, 2011
-
-
cyan authored
* Concatenate various MODULE commands into one bigger command. * PARTCHAN and JOINCHAN now just "PART" and "JOIN" * Irrlevant cosmetic fixes and CVS pollution.
-
deuce authored
-
deuce authored
-
deuce authored
a zero-length one). This fixes the problem everyone but me has known about for some time now.
-
deuce authored
-
- Apr 07, 2011
- Mar 21, 2011
- Mar 20, 2011
- Mar 19, 2011
-
-
deuce authored
of two. Essentially, any bits above the next lowest power of two are less likely to be set. For example, xp_random(6) would use 3 bits of randomness with the following distribution: 000 = 0 001 = 1 010 = 2 011 = 3 100 = 4 101 = 5 110 = 0 111 = 1 As you can see, zero and one are twice as likely to occur than 2,3,4, or 5.
-
- Mar 10, 2011
-
-
mcmlxxix authored
-