Doug Coleman
|
30d158ccce
|
prettyprint: Print .b .o .h with prefixes so it's not super confusing. Fixes #1351.
|
2016-03-30 22:59:29 -07:00 |
John Benediktsson
|
0f1f27dcee
|
math.bitwise: fix docs for bitfield.
|
2015-05-30 21:51:08 -07:00 |
John Benediktsson
|
57f9d78892
|
improve help by linking to types directly.
|
2014-05-23 20:20:15 -07:00 |
John Benediktsson
|
ebbfa17b47
|
math.bitwise: fix docs for mask and unmask (they don't return a boolean).
|
2014-02-09 15:36:49 -08:00 |
John Benediktsson
|
069d09807e
|
math.bitwise: removing bit-clear? since it is just "bit? not".
|
2013-11-24 12:05:52 -08:00 |
Doug Coleman
|
2735d3a5d7
|
math.bitwise: Add bit-range
|
2012-09-19 15:44:19 -07:00 |
Joe Groff
|
943596575a
|
use radix literals
|
2011-11-23 19:03:40 -08:00 |
Doug Coleman
|
eedc1e185f
|
Add more unit-tests and docs for math.bitwise. Fix a bug with >signed so that it truncates a number to however many bits you tell it the number is before doing the calculation.
|
2011-09-21 14:55:50 -05:00 |
Keita Haga
|
8d2ceda8f3
|
assocs, math.bitwise: remove first blank line and useless whitespace in a few usage examples
|
2011-01-17 00:12:28 +09:00 |
Doug Coleman
|
026499e64f
|
Use flags{ instead of flags all over the place
|
2010-04-01 14:44:03 -05:00 |
Doug Coleman
|
b39e3f4700
|
Link a word in math docs
|
2010-03-31 15:09:51 -05:00 |
Slava Pestov
|
220dd88a2c
|
Update documentation for new help lint check
|
2010-02-19 12:31:52 +13:00 |
Slava Pestov
|
0612bc6177
|
Factor source files should not be executable
|
2009-11-21 17:50:43 -06:00 |
Doug Coleman
|
b56880bfd7
|
fix a bug in bit-count that assumed 32bit fixnums, make bit-count work on byte-arrays, SIMD types, specialized-arrays, and aliens
|
2009-10-05 18:55:26 -05:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Joe Groff
|
76b3e5fea2
|
win32 support for window-controls
|
2009-06-18 11:41:34 -05:00 |
Slava Pestov
|
8385e9d9f5
|
Fixing compile errors, test failures and help lint failures
|
2009-03-23 17:12:41 -05:00 |
Doug Coleman
|
f31cf8e9a9
|
fix empty description
|
2009-01-30 15:21:46 -06:00 |
Doug Coleman
|
a4860c3173
|
add toggle-bit word to math.bitwise
|
2008-11-29 00:37:36 -06:00 |
Slava Pestov
|
3d8f432856
|
Clarify math.bitwise -vs- bitwise-arithmetic docs
|
2008-11-19 19:23:11 -06:00 |
Doug Coleman
|
7aeeb2c9ce
|
bitwise docs, fix some bugs in bitwise words
|
2008-11-11 13:03:08 -06:00 |
Slava Pestov
|
aea0fed14c
|
Fixing basis -> extra dependencies
|
2008-09-05 19:29:14 -05:00 |