0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 9 hours ago.
Apr 24, 2023 — Apr 24, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed typo. More... almost 12 years ago
kogut-mode.el: Non-ASCII letters in identifiers are supported. More... almost 12 years ago
Fixed compilation of network library: IN6_IS_ADDR_UNSPECIFIED and similar macros require _BSD_SOURCE now, otherwise in6_addr does not define union members they use. More... almost 12 years ago
Fixed detection of Python by checking also for compilable Python headers, not just for linkable Python libraries. More... almost 12 years ago
Make mangler even more robust when faced with jumps. More... almost 12 years ago
Forgot about kogut-examples.html. More... about 12 years ago
Fix the way of updating docs for a new SourceForge usage. More... over 12 years ago
Fix path to kogut.pdf More... over 12 years ago
Fix my email address: [email protected] -> [email protected]. More... over 12 years ago
Oops, correctly update email address. More... over 12 years ago
Update my email address: [email protected] -> [email protected] More... over 12 years ago
Exporting through private symbols is not supported yet. Usefulness of this is doubtful and it would be painful to implement. More... over 14 years ago
Changed serialization of integers. More... over 14 years ago
DecodeFloat (Float 0) is (False, 0, -Inf), not (False, 0, 0). More... over 14 years ago
Float Null is NaN. Int and Ratio return Null for NaN instead of failing. More... over 14 years ago
Renamed Sqrt to SqRt. More... over 14 years ago
Floating point issues. More... over 14 years ago
Let's pretend that NaN has a positive sign. More... over 14 years ago
DecodeFloat returns the sign as a separate field, and encodes infinity and NaN with the exponent of Inf. More... over 14 years ago
Fixed ko_and_not. More... over 14 years ago
If the representation of double is discovered and a 64-bit integer type is available, the representation of double is accessed directly instead of using frexp, which is faster. More... almost 15 years ago
KO_FLOAT_MANTISSA_BITS is defined to exclude the first bit which is always 1 in normalized numbers. It is 52, not 53. More... almost 15 years ago
Fractional seconds in file timestamps are supported on some systems. More... almost 15 years ago
Renamed ticks_of_second -> ticks_of_seconds, second_of_tick -> seconds_of_ticks. More... almost 15 years ago
'make clean' removes Tests/RunTests. More... almost 15 years ago
Renamed Code to CharCode. More... almost 15 years ago
Renamed the concept of variable to reference. More... almost 15 years ago
Named functions are hashable. More... almost 15 years ago
Reordered C definitions of ko_is_{infinite,nan,finite} so they are seen before their uses if is{inf,nan,finite} are not defined. More... about 15 years ago
The 'public' field of symbols is not stored but computed. More... about 15 years ago