Skip to content

Commit 4cf2f12

Browse files
committed
To core.clj, added cast, float-array, etc., floats, etc.
1 parent 25532e0 commit 4cf2f12

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

Clojure/Clojure/Bootstrap/core.clj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
(def unquote)
1212
(def unquote-splicing)
13-
13+
1414
(def
1515
#^{:arglists '([& items])
1616
:doc "Creates a new list containing the items."}

Clojure/Clojure/Lib/Numbers.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1647,7 +1647,7 @@ public object shiftRight(object x, int n)
16471647

16481648
#endregion
16491649
}
1650-
1650+
16511651
#region Array c-tors
16521652

16531653
static public float[] float_array(int size, object init)

compile-run.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ At minimum, you need core.clj.dll or core.clj and core_print.clj.dll or core_pri
2828
below the executable.
2929

3030
There being no direct equivalent to CLASSPATH, you can instead set the environment variable clojure.load.path to
31-
the a semicolon-separated list of directories to probe for .clj and .clj.dll files to load.
31+
the a semicolon-separated list of directories to probe for .clj and .clj.dll files to load.
3232

3333

install.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Installing Clojure/CLR:
22

33
At present, this is a developer-only distribution. Roll up your sleeves.
44

5-
5+
66
Platform:
77
---------
88

readme.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Compiling/running: .\compile-run.txt
2323
Version information: .\versions.txt
2424

2525
Todo list: .\todo.txt
26-
26+
2727
--------------------------------------------------------------------------------------
2828

2929
* ClojureCLR

todo.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ These are in no particular order.
1313

1414
- Add gen-class.
1515

16-
- Add proxies.
16+
- Add proxies.
1717

1818

1919
- Add missing array support, including

versions.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ RhinoMocks: 3.5
88

99
Clojure: Rev 1369
1010

11-
DLR: Changeset 24353
11+
DLR: Changeset 24353

0 commit comments

Comments
 (0)