repo
string
commit
string
message
string
diff
string
astashov/solutions_grid
cdccc39efa68b15fdad5712df68662776d9b4b55
Removed border HTML attribute from table, added class to header tr
diff --git a/lib/solutions_grid/helpers/grid_helper.rb b/lib/solutions_grid/helpers/grid_helper.rb index 3335206..ff7820e 100644 --- a/lib/solutions_grid/helpers/grid_helper.rb +++ b/lib/solutions_grid/helpers/grid_helper.rb @@ -1,127 +1,127 @@ module SolutionsGrid module GridHelper def show_grid(grid) ...
astashov/solutions_grid
15894bc4d776810d7639786dfa86cb1ab83e0c2c
Now, it will not raise an error if there are no records in table and one of table columns not included to column_names of Model, but Model has instance method with name = name of table column.
diff --git a/lib/solutions_grid/column/active_record_column.rb b/lib/solutions_grid/column/active_record_column.rb index 8a0f616..ce441cb 100644 --- a/lib/solutions_grid/column/active_record_column.rb +++ b/lib/solutions_grid/column/active_record_column.rb @@ -1,19 +1,19 @@ require "solutions_grid/column/column" cl...
richardhaeser/Test-project
c491f63a434b8a45197daff68dc628ee1be4f494
Weer een test
diff --git a/richard.txt b/richard.txt index 6eca0c8..efab555 100644 --- a/richard.txt +++ b/richard.txt @@ -1 +1,3 @@ -dit is een test van richard \ No newline at end of file +dit is een test van richard + +Wat wil je nou? \ No newline at end of file
richardhaeser/Test-project
2ea6a7b378baee737589db7062f949fa8a29b496
Nieuw bestand er bij
diff --git a/richard.txt b/richard.txt new file mode 100644 index 0000000..6eca0c8 --- /dev/null +++ b/richard.txt @@ -0,0 +1 @@ +dit is een test van richard \ No newline at end of file
richardhaeser/Test-project
51ec484d792a2903428a0364876a09462ccddea0
Richard zijn aanpassing
diff --git a/test.txt b/test.txt index e0493f7..10ffd3f 100644 --- a/test.txt +++ b/test.txt @@ -1,6 +1,10 @@ richard wil ik wel testen Dit is een nieuw bestand Met een derde regel 123123213123 +Dit is vanaf windows pc + + +richard op 15/10/2010 9:01 \ No newline at end of file
richardhaeser/Test-project
1a44349d4c1032220948b0aef1bc7a15724dfa48
richard again
diff --git a/test.txt b/test.txt index 61fbec8..e0493f7 100644 --- a/test.txt +++ b/test.txt @@ -1,5 +1,6 @@ +richard wil ik wel testen Dit is een nieuw bestand Met een derde regel 123123213123
richardhaeser/Test-project
a61a5d87f0540ba128f50a1cbbe4df0d4c8c57ef
Weer een wijziging vanuit Windows PC
diff --git a/README b/README index 4fc445d..c5d92b1 100644 --- a/README +++ b/README @@ -1,2 +1,3 @@ +Regel er boven Dit is regel 1 Dit is van Richard
richardhaeser/Test-project
a34cdae280f63c7ae251dc1480ad34d0606d9ae3
Nieuw bestand
diff --git a/test.txt b/test.txt new file mode 100644 index 0000000..f580f45 --- /dev/null +++ b/test.txt @@ -0,0 +1 @@ +Dit is een nieuw bestand
richardhaeser/Test-project
8a4b1c845114a8aadda73fec54d2e933a650fd60
Changed the content
diff --git a/README b/README index e69de29..df42446 100644 --- a/README +++ b/README @@ -0,0 +1 @@ +Dit is van Richard
philikon/Vanadium
90716e32c70b43b75cab76aeae36d27a550fc7e9
Improve handling of about: urls (e.g. about:blank)
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 16758e8..1f94fcc 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,160 +1,164 @@ var Vanadium = { plugins: {}, init: function() { window.removeEventListener("DOMContentLoaded", this, false); ...
philikon/Vanadium
09c49c608f816008dda7ac3065b028d1e0dbd9c3
Minor stylistic changes
diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul index b202bc1..73b2624 100644 --- a/chrome/content/ff-overlay.xul +++ b/chrome/content/ff-overlay.xul @@ -1,49 +1,51 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://vanadium/skin/overlay.css" type="text/css"?> <!DO...
philikon/Vanadium
12bbfda96794b4f5b059321866de5752932ada03
Style the toolbar a bit with buttons. Due to the lack of time, imagination and motivation on my part, I'm just stealing Thunderbird icons for now :)
diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul index e16c5f2..b202bc1 100644 --- a/chrome/content/ff-overlay.xul +++ b/chrome/content/ff-overlay.xul @@ -1,48 +1,49 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://vanadium/skin/overlay.css" type="text/css"?> <!DO...
philikon/Vanadium
9cfd20864e07000626bd55a408ae5575be1b44bd
Facebook plugin. Search doesn't work yet :/
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 638a2ea..16758e8 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,150 +1,160 @@ var Vanadium = { plugins: {}, init: function() { window.removeEventListener("DOMContentLoaded", this, false); ...
philikon/Vanadium
2636994ec850f708a31bbb40734522a9149b4add
Improve language
diff --git a/README.txt b/README.txt index 9aead3e..244a41c 100644 --- a/README.txt +++ b/README.txt @@ -1,12 +1,12 @@ Vanadium, n: metallic element used to strengthen steel alloys ============================================================= -Like a wrench from your toolbox, a browser UI basically is made from -tw...
philikon/Vanadium
7e9b9cca1e7ed046c0e8032ff08f593e2d47ebae
Rewrite the GMail plugin in terms of jQuery and add a Twitter plugin
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index c16f84b..638a2ea 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,136 +1,150 @@ var Vanadium = { plugins: {}, init: function() { window.removeEventListener("DOMContentLoaded", this, false); ...
philikon/Vanadium
7cc9694fc93e0e70ceb9b605e5477b21e7576742
Vendor import of jQuery, to make writing plugins easier and less error prone.
diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul index fb153d0..e16c5f2 100644 --- a/chrome/content/ff-overlay.xul +++ b/chrome/content/ff-overlay.xul @@ -1,47 +1,48 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://vanadium/skin/overlay.css" type="text/css"?> <!DO...
philikon/Vanadium
1510046d12ae306080e504789d80ab23c5952159
We need to reinstantiate the plugin every time because the page might have changed and we don't want to hold on to expired DOM objects.
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 425a9ef..c16f84b 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,137 +1,136 @@ var Vanadium = { plugins: {}, - activePlugin: null, init: function() { window.removeEventListener("DOMCont...
philikon/Vanadium
7ca5f2453b60fb0fd54bcc83b9848242479b3f31
Actually make this pluggable
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 1786811..425a9ef 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,123 +1,137 @@ var Vanadium = { + plugins: {}, + activePlugin: null, + init: function() { window.removeEventListener("DOMCont...
philikon/Vanadium
6ad2920f98b88e2ac26b8abd021bd0835b42da02
Factor GMail stuff out into "plugin" object
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 4d2843f..1786811 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,127 +1,123 @@ var Vanadium = { init: function() { window.removeEventListener("DOMContentLoaded", this, false); this.tabb...
philikon/Vanadium
b3b366cb56dd6674b447c374e2d138d3f2d3c1a6
Clean up, refactor, and make sure the vanadium isn't shown when you open a new tab (of course there's a flaw in this if you open an app tab in a new tab...)
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 222e420..4d2843f 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,117 +1,127 @@ var Vanadium = { init: function() { window.removeEventListener("DOMContentLoaded", this, false); this.tabb...
philikon/Vanadium
da95b06757a3a92f523c9b8a025324182899c878
Be good and remove ourselves as event listener
diff --git a/chrome/content/overlay.js b/chrome/content/overlay.js index 812dcff..222e420 100644 --- a/chrome/content/overlay.js +++ b/chrome/content/overlay.js @@ -1,115 +1,117 @@ var Vanadium = { init: function() { + window.removeEventListener("DOMContentLoaded", this, false); + this.tabb...
philikon/Vanadium
64e2db2437fcbd96703f4c36130c5587d787542e
Searching support
diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul index a8acc74..fb153d0 100644 --- a/chrome/content/ff-overlay.xul +++ b/chrome/content/ff-overlay.xul @@ -1,45 +1,47 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://vanadium/skin/overlay.css" type="text/css"?> <!DO...
philikon/Vanadium
0707b4c974d43a66c026fb8075e1b14a3e776eec
Home button
diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul index 53fbe01..a8acc74 100644 --- a/chrome/content/ff-overlay.xul +++ b/chrome/content/ff-overlay.xul @@ -1,40 +1,45 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://vanadium/skin/overlay.css" type="text/css"?> <!DO...
philikon/Vanadium
3fe481042d4adbfd7be2fd457bea046893e4092d
Mission statement, disguised as README
diff --git a/README.txt b/README.txt new file mode 100644 index 0000000..9aead3e --- /dev/null +++ b/README.txt @@ -0,0 +1,12 @@ +Vanadium, n: metallic element used to strengthen steel alloys +============================================================= + +Like a wrench from your toolbox, a browser UI basically is mad...
philikon/Vanadium
eda9e0c6546cf32da19c2b7230055d85929f06cf
Compose and reply buttons for GMail
diff --git a/chrome/content/ff-overlay.xul b/chrome/content/ff-overlay.xul index 8250f2a..53fbe01 100644 --- a/chrome/content/ff-overlay.xul +++ b/chrome/content/ff-overlay.xul @@ -1,29 +1,40 @@ <?xml version="1.0" encoding="UTF-8"?> <?xml-stylesheet href="chrome://vanadium/skin/overlay.css" type="text/css"?> <!DO...
philikon/Vanadium
e98d4583c2a3dbb110a0b65dcf4dbdac85e775be
Cute icon :)
diff --git a/icon.png b/icon.png new file mode 100644 index 0000000..c9f0db8 Binary files /dev/null and b/icon.png differ
philikon/Vanadium
56fbe14ed59ec1dcbec9507cb62b4bff6867efda
Going to an "app tab" (gmail for now) toggles between navbar and vanadium toolbar
diff --git a/chrome/content/ff-overlay.js b/chrome/content/ff-overlay.js deleted file mode 100644 index 6da48f9..0000000 --- a/chrome/content/ff-overlay.js +++ /dev/null @@ -1,11 +0,0 @@ -vanadium.onFirefoxLoad = function(event) { - document.getElementById("contentAreaContextMenu") - .addEventListener("popu...
philikon/Vanadium
861093e78b3d8058f2a5040ed116a80261f8dad1
What the add-on builder spat out
diff --git a/chrome.manifest b/chrome.manifest new file mode 100644 index 0000000..6eab0ee --- /dev/null +++ b/chrome.manifest @@ -0,0 +1,7 @@ +content vanadium chrome/content/ +skin vanadium classic/1.0 chrome/skin/ +locale vanadium en-US chrome/locale/en-US/ + + +overlay ...
Agriculture/LogicInterpreter
d1f5578542a5d72186f794e2a2d9365870330aaf
cut out the transformation into binary -> now fast enough to solve wumpus
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index 0208bed..ac152bc 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,770 +1,770 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
b5561c800c3140e33b0c9a02b2822bb0b767b7dd
first version of DPLL + bugfixing -> i bet i find more bugs later
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index bda0af2..0208bed 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,561 +1,770 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
5435b291903518271615dec9fc56f5b3f9c269d1
redo of toCnf(), and i hope this time it works
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index 30889f9..bda0af2 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,536 +1,561 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
880f16baf0ecd8639f838481af5c97c9c0afd9aa
bugfixing -> still not working in every case
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index b777381..30889f9 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,472 +1,536 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
c08a89dab555d21af2b863b8eeb7080380dac719
transform into cnf seems to be working
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index 5aa031a..b777381 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,373 +1,472 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
5d8d828137e7ae6225126af477fff7a929377edb
deMorgan and pull out &
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index 4c03f7c..5aa031a 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,258 +1,373 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
e960decee438052dcc5cb7250f5754448f63835a
eliminate equivalence, xor
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index dbd3aff..4c03f7c 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,242 +1,258 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
8b7db88a395c14e5723b472ff395a26b04b3146a
eliminate implications
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index 499e78d..dbd3aff 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,172 +1,242 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
e1ac6aee6e6b5ee95fa9feea43d6c2f99fc18c21
findParent
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index e45ab56..499e78d 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,153 +1,172 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
Agriculture/LogicInterpreter
181a4c3b5a3b454dbb57b85ed5e130b20875c839
traverse
diff --git a/src/MyInterpreter.java b/src/MyInterpreter.java index f54d5ec..e45ab56 100644 --- a/src/MyInterpreter.java +++ b/src/MyInterpreter.java @@ -1,104 +1,153 @@ import logicinterpreter.base.*; import logicinterpreter.cnf.*; import logicinterpreter.expressions.*; import java.util.*; public class MyInterpr...
mushon/dontFriendMe
96cc9c7e668bdc20f20942df73f6d568fe683413
adding titlecase
diff --git a/dontFriendMe.user.js b/dontFriendMe.user.js index 23ff461..567653c 100644 --- a/dontFriendMe.user.js +++ b/dontFriendMe.user.js @@ -1,54 +1,57 @@ // ==UserScript== // @name Don't "Friend" me! // @namespace http://mushon.com/ // @description Fixes Facebook's social terminology - Replac...
mushon/dontFriendMe
901bdb76921c49112df4fe52c6373be33a938240
adding userscript
diff --git a/dontFriendMe.user.js b/dontFriendMe.user.js new file mode 100644 index 0000000..23ff461 --- /dev/null +++ b/dontFriendMe.user.js @@ -0,0 +1,54 @@ +// ==UserScript== +// @name Don't "Friend" me! +// @namespace http://mushon.com/ +// @description Fixes Facebook's social terminology - Replac...
trith/trith
c8fd0e8e9ac4586ffa0a91c4844787219ae9aaf8
Added a simple Autoconf check for the Raptor library.
diff --git a/configure.ac b/configure.ac index fd2e9a2..8ab68a6 100644 --- a/configure.ac +++ b/configure.ac @@ -1,18 +1,20 @@ AC_INIT([trith], [0.0.4], [trith@googlegroups.com]) AC_CONFIG_SRCDIR([src/trith.h]) AC_CONFIG_AUX_DIR([etc/aclocal]) AC_CONFIG_MACRO_DIR([etc/aclocal]) AM_INIT_AUTOMAKE([foreign -Wall -Wer...
trith/trith
29be7765bdc1fb8c7b368d403822f8c4ebfb9177
Added a simple Autoconf check for the FFI library.
diff --git a/configure.ac b/configure.ac index 2cf52e7..fd2e9a2 100644 --- a/configure.ac +++ b/configure.ac @@ -1,16 +1,18 @@ AC_INIT([trith], [0.0.4], [trith@googlegroups.com]) AC_CONFIG_SRCDIR([src/trith.h]) AC_CONFIG_AUX_DIR([etc/aclocal]) AC_CONFIG_MACRO_DIR([etc/aclocal]) AM_INIT_AUTOMAKE([foreign -Wall -Wer...
trith/trith
584b6f11dc73baf60ef2a1fdb3f7b24a190d6c1f
Added simple Autoconf checks for the GMP and MPFR libraries.
diff --git a/configure.ac b/configure.ac index 40d2b80..2cf52e7 100644 --- a/configure.ac +++ b/configure.ac @@ -1,12 +1,16 @@ AC_INIT([trith], [0.0.4], [trith@googlegroups.com]) AC_CONFIG_SRCDIR([src/trith.h]) AC_CONFIG_AUX_DIR([etc/aclocal]) AC_CONFIG_MACRO_DIR([etc/aclocal]) AM_INIT_AUTOMAKE([foreign -Wall -Wer...
trith/trith
e2aa05d35eb2a2ac09371f435f561938680f1f94
Implemented the basic control and stack operators in C.
diff --git a/src/trith.c b/src/trith.c index 6bee1b8..7cf5a2d 100644 --- a/src/trith.c +++ b/src/trith.c @@ -1,75 +1,265 @@ /* This is free and unencumbered software released into the public domain. */ #include <assert.h> #include <stdio.h> #include <string.h> #include <strings.h> #include <math.h> + +#define _...
trith/trith
2620b058d97a73ae9067fff2f705ab2f98d4c433
Defined the low-level trith_machine data structure.
diff --git a/src/trith.c b/src/trith.c index 53decf1..6bee1b8 100644 --- a/src/trith.c +++ b/src/trith.c @@ -1,14 +1,75 @@ /* This is free and unencumbered software released into the public domain. */ #include <assert.h> #include <stdio.h> #include <string.h> #include <strings.h> #include <math.h> #include "tr...
trith/trith
087681c29260641cb8c407c76db0de62f634c6bd
Implemented the GNU Autotools build system for compiling and packaging `libtrith`.
diff --git a/.gitignore b/.gitignore index 5cee983..6230afe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,14 @@ .DS_Store .tmp .yardoc pkg tmp + +# GNU Autotools +etc/aclocal/ +Makefile.in +aclocal.m4 +autom4te.cache/ +config.h.in +config.h.in~ +configure diff --git a/Makefile.am b/Makefile.am new file mode ...
trith/trith
df216a41667cc26d40e63335c6fae7ceaf3959ca
Fixed a minor inconsistency in the man page headers.
diff --git a/doc/man/man3/libtrith.3 b/doc/man/man3/libtrith.3 index 15caa82..679c99d 100644 --- a/doc/man/man3/libtrith.3 +++ b/doc/man/man3/libtrith.3 @@ -1,19 +1,19 @@ -.TH LIBTRITH 3 "December 2010" "Trith.org" "Trith Manual" +.TH LIBTRITH 3 "December 2010" "Trith" "Trith Manual" .SH NAME \fBlibtrith\fP \-\- the ...
trith/trith
37458e43abe0ce83e50ee3da2c1a9f9dd5449df1
Imported some placeholder source files for `libtrith`.
diff --git a/src/trith.c b/src/trith.c new file mode 100644 index 0000000..60aa50b --- /dev/null +++ b/src/trith.c @@ -0,0 +1,14 @@ +/* This is free and unencumbered software released into the public domain. */ + +#include <assert.h> +#include <stdio.h> +#include <string.h> +#include <strings.h> +#include <math.h> +#in...
trith/trith
266fd41bc2fe79a25c7153ba4ce2b6888076b8f8
Imported some initial man page stubs.
diff --git a/doc/man/man1/3cc.1 b/doc/man/man1/3cc.1 new file mode 100644 index 0000000..e7dd230 --- /dev/null +++ b/doc/man/man1/3cc.1 @@ -0,0 +1,27 @@ +.TH 3CC 1 "December 2010" "Trith" "Trith Manual" +.SH NAME +\fB3cc\fP \-\- the Trith compiler +.SH SYNOPSIS +\fB3cc\fP [options] [\fIfile\fR...] +.SH DESCRIPTION +TOD...
trith/trith
d1d92768115b1c4ce4b375e7967d62265e24457f
Bumped the FFI dependency to 1.0+.
diff --git a/.gemspec b/.gemspec index 956e890..71a6f1f 100644 --- a/.gemspec +++ b/.gemspec @@ -1,39 +1,39 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').strftime('%...
trith/trith
0ab894dd8511564f82ae3008cc2b4a9ccc3faf0b
Added a CREDITS file.
diff --git a/.gemspec b/.gemspec index 8d72d31..956e890 100644 --- a/.gemspec +++ b/.gemspec @@ -1,41 +1,39 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').strftime('%...
trith/trith
219d181ee21a6c09b2bc700539d7fc0f52c97e0b
Bumped the dependencies, and added a dependency on FFI.
diff --git a/.gemspec b/.gemspec index 04854f2..8d72d31 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,41 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').strftime('%...
trith/trith
6b2cd002dc7d475df3aca4eb1db7f83aeed2cffa
Added a gemspec symlink for Bundler compatibility.
diff --git a/.gemspec b/.gemspec index c16e7ed..04854f2 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- -GEMSPEC = Gem::Specification.new do |gem| +Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date ...
trith/trith
35ce287721b8d3e1911649369794aa9ced850814
Bumped the Promise dependency to 0.3.0+.
diff --git a/.gemspec b/.gemspec index 43695a0..c16e7ed 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
1cf3221cf2b01f7179f3e4a44da32de83af3018a
Bumped the Promise dependency.
diff --git a/.gemspec b/.gemspec index 70b5386..43695a0 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
820aea7bd962cf99dda77dd9589be72cc48f7ea3
Factored out the math operators into a Trith::Math module; restructured vocabulary implementation files.
diff --git a/lib/trith.rb b/lib/trith.rb index 8298414..3087b8d 100644 --- a/lib/trith.rb +++ b/lib/trith.rb @@ -1,31 +1,35 @@ require 'bigdecimal' require 'rational' require 'digest/sha1' # @see http://rubygems.org/gems/backports require 'backports/1.9.1' if RUBY_VERSION < '1.9.1' require 'backports/bas...
trith/trith
1951e48aa8d2b2a7385d14928eefd67c78e90de8
Bumped the Backports dependency.
diff --git a/.gemspec b/.gemspec index e460ce6..70b5386 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
255c396c7fcd2181285ac396fd50e60c4b9be21f
Upgraded Trith::Machine#define! to take advantage of Ruby 1.9 features.
diff --git a/lib/trith/machine.rb b/lib/trith/machine.rb index 95ea804..4f5d6f6 100644 --- a/lib/trith/machine.rb +++ b/lib/trith/machine.rb @@ -1,380 +1,377 @@ module Trith ## # The Trith virtual machine. class Machine # @return [Array] attr_reader :stack # @return [Array] attr_reader :...
trith/trith
6770cd65d9ce5f8987fb70d0a755757f418a06a8
Added arity specs for all math operators.
diff --git a/spec/math/abs_spec.rb b/spec/math/abs_spec.rb index ce49390..8424b92 100644 --- a/spec/math/abs_spec.rb +++ b/spec/math/abs_spec.rb @@ -1,10 +1,15 @@ require File.join(File.dirname(__FILE__), '..', 'spec_helper') describe "math:abs" do it "is implemented" do Machine.new.should respond_to(:abs) ...
trith/trith
f3b75ce931ea513bf4b21a7085ea33ed9ca03d20
Added a #underflow_stack RSpec matcher.
diff --git a/spec/spec_helper.rb b/spec/spec_helper.rb index 1cc6060..a64b823 100644 --- a/spec/spec_helper.rb +++ b/spec/spec_helper.rb @@ -1,2 +1,24 @@ require 'trith' include Trith + +module Trith + module Spec + module Matchers + def self.define(name, &declarations) + define_method name do |*expec...
trith/trith
e7b3d8d3eaab8004ff91fa0813948720df7827e3
Bumped the SXP dependency.
diff --git a/.gemspec b/.gemspec index c7ee5f2..e460ce6 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
f3fe890c387fd9bfa8143dde7087a03a519c2f36
Bumped the YARD dependency.
diff --git a/.gemspec b/.gemspec index 1703cc4..c7ee5f2 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
0ae256b5f721ede93a228e27b7eaba7e4a027068
Bumped the Promise dependency.
diff --git a/.gemspec b/.gemspec index 2aad6cf..1703cc4 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
1415ac6b783b784fd4b919fe1141448877578b87
Bumped the Backports dependency.
diff --git a/.gemspec b/.gemspec index b78fc94..2aad6cf 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
0de8bc8d5f6d678c7c97e3d3c5c4acf8366ca266
Imported spec stubs for all math operators.
diff --git a/spec/math/abs_spec.rb b/spec/math/abs_spec.rb new file mode 100644 index 0000000..ce49390 --- /dev/null +++ b/spec/math/abs_spec.rb @@ -0,0 +1,10 @@ +require File.join(File.dirname(__FILE__), '..', 'spec_helper') + +describe "math:abs" do + it "is implemented" do + Machine.new.should respond_to(:abs) +...
trith/trith
55b0cde10fb37962a929119c42d2e1cc158f7c84
Added @see annotations for all required gems.
diff --git a/lib/trith.rb b/lib/trith.rb index 15b9341..8298414 100644 --- a/lib/trith.rb +++ b/lib/trith.rb @@ -1,26 +1,31 @@ require 'bigdecimal' require 'rational' require 'digest/sha1' # @see http://rubygems.org/gems/backports require 'backports/1.9.1' if RUBY_VERSION < '1.9.1' require 'backports/bas...
trith/trith
c692fe139458659d5f46245f0ba945f18479375e
Ensured that the BasicObject and Promise/Future classes are always available.
diff --git a/lib/trith.rb b/lib/trith.rb index bfb7c93..15b9341 100644 --- a/lib/trith.rb +++ b/lib/trith.rb @@ -1,22 +1,26 @@ require 'bigdecimal' require 'rational' require 'digest/sha1' -require 'backports/1.9.1' if RUBY_VERSION < '1.9.1' + +# @see http://rubygems.org/gems/backports +require 'backports/1.9.1' ...
trith/trith
b7876def35e1fc3d432852bf89276c9210ccf450
Reordered the gem dependencies (RubyGems.org displays them in reverse order).
diff --git a/.gemspec b/.gemspec index ee666f6..b78fc94 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
35824e0d0f351248d71e044d2f6df6f39a91e06d
Bumped the version to 0.0.4.
diff --git a/VERSION b/VERSION index bcab45a..81340c7 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.3 +0.0.4 diff --git a/lib/trith/version.rb b/lib/trith/version.rb index dad8d78..a1ffe63 100644 --- a/lib/trith/version.rb +++ b/lib/trith/version.rb @@ -1,23 +1,22 @@ module Trith module VERSION MAJOR = 0...
trith/trith
961b6868b7c04392bbc13de6c90e99883b67b983
Changed the gemspec to reference the mailing list as the e-mail address.
diff --git a/.gemspec b/.gemspec index 7558779..ee666f6 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
6320fb204ae25def136a2978cd1a67a0ecc1641d
Changed the absolute minimum Ruby version to 1.8.1, the first version with enumerators.
diff --git a/.gemspec b/.gemspec index f3690e5..7558779 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
5a9c983476cc9bbf8cc8b7d5cbb178432b3c09d1
Bumped the RDF.rb dependency.
diff --git a/.gemspec b/.gemspec index 08d4d01..f3690e5 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
23e04fd655a5e55e624165148b3a6d39590cb8d8
Bumped the YARD development dependency.
diff --git a/.gemspec b/.gemspec index cc0075f..08d4d01 100644 --- a/.gemspec +++ b/.gemspec @@ -1,40 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
afffb62f9ae780190468dff94cff1aa0902362d4
Added a dependency on the Backports gem.
diff --git a/.gemspec b/.gemspec index e4c9ed7..cc0075f 100644 --- a/.gemspec +++ b/.gemspec @@ -1,39 +1,40 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
8f6fd742eb04457ee66063e6a0d03cb17718df16
Bumped the Promise and SXP dependencies.
diff --git a/.gemspec b/.gemspec index 4fcdbed..e4c9ed7 100644 --- a/.gemspec +++ b/.gemspec @@ -1,39 +1,39 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
d4286d40910ef3a1d3f51ad372168a9f24384e77
Added to the reading list.
diff --git a/doc/READING.md b/doc/READING.md index d8d452b..3ac0f3c 100644 --- a/doc/READING.md +++ b/doc/READING.md @@ -1,46 +1,60 @@ Some background reading materials for understanding Trith. +General +======= + Books ----- * [Thinking Forth: A Language and Philosophy for Solving Problems][Brodie] by Leo Brod...
trith/trith
9dfdbe3c679ac97b13316d39eac784b11aabd95f
Bumped version to 0.0.3.
diff --git a/VERSION b/VERSION index 4e379d2..bcab45a 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.0.2 +0.0.3 diff --git a/lib/trith/version.rb b/lib/trith/version.rb index 50ca6ec..dad8d78 100644 --- a/lib/trith/version.rb +++ b/lib/trith/version.rb @@ -1,23 +1,23 @@ module Trith module VERSION MAJOR = 0...
trith/trith
fbc2ea430c356244094f6c4bfd85229d8f35ed41
Generated the N-Triples versions of RDF distributables.
diff --git a/etc/trith-core.nt b/etc/trith-core.nt index 7340073..8feb89a 100644 --- a/etc/trith-core.nt +++ b/etc/trith-core.nt @@ -1,714 +1,1252 @@ <http://trith.org/core/abs> <http://trith.org/lang/arity> "1"^^<http://www.w3.org/2001/XMLSchema#integer> . -<http://trith.org/core/abs> <http://trith.org/lang/code> <ht...
trith/trith
ccd2099e105f341bedd76807aab7eba601da359d
Fixed the Trith::Cache specs.
diff --git a/spec/cache_spec.rb b/spec/cache_spec.rb index cdf50d5..5e08f45 100644 --- a/spec/cache_spec.rb +++ b/spec/cache_spec.rb @@ -1,43 +1,43 @@ require File.join(File.dirname(__FILE__), 'spec_helper') describe Trith::Cache do - before :each do - @cache = Trith::Cache.load(File.join(File.dirname(__FILE__)...
trith/trith
13ba833f44594d946129ea2e80ad40f358a84fbb
Added some 3vm scripting examples.
diff --git a/README.md b/README.md index 95c6057..107b3fa 100644 --- a/README.md +++ b/README.md @@ -1,315 +1,338 @@ Trith: Recombinant Programming ============================== Trith is an experimental [concatenative][concat.org] programming language founded on the [unholy][lispers.org] trinity of [Forth][], [L...
trith/trith
2d3093c33645a4ec0a2ea2b175938d610ed036fb
Made ARGV the initial stack for Trith scripts.
diff --git a/bin/3vm b/bin/3vm index a199f8f..ff1beb6 100755 --- a/bin/3vm +++ b/bin/3vm @@ -1,38 +1,43 @@ #!/usr/bin/env ruby1.9 -rubygems $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) require 'trith' -BANNER = "Usage: #{File.basename($0)} [options] files..." +BANNER = "Usage: #{Fil...
trith/trith
ab14553b36dd20bd68d7445c436e700245eeaead
Added a trith.lang.Machine#push(Object) method for convenience.
diff --git a/src/java/trith/lang/Machine.java b/src/java/trith/lang/Machine.java index 0f4bf84..bf8e6fd 100644 --- a/src/java/trith/lang/Machine.java +++ b/src/java/trith/lang/Machine.java @@ -1,23 +1,24 @@ package trith.lang; import java.util.concurrent.Future; import java.util.concurrent.Callable; /** * @au...
trith/trith
863ee34ed51d31173ff3434f472756873fef278a
Made ARGV the initial stack for compiled Trith programs.
diff --git a/lib/trith/compiler/java.rb b/lib/trith/compiler/java.rb index 5ee48b2..2fa7cf2 100644 --- a/lib/trith/compiler/java.rb +++ b/lib/trith/compiler/java.rb @@ -1,97 +1,100 @@ module Trith; class Compiler ## # A Trith-to-Java compiler. class Java < Compiler ## # @param [Hash{Symbol => Objec...
trith/trith
c79aa46efcfbc397f45066720caaf887b8fc3881
Implemented a Trith::Compiler::Java target stub.
diff --git a/lib/trith/compiler.rb b/lib/trith/compiler.rb index e987351..2e99170 100644 --- a/lib/trith/compiler.rb +++ b/lib/trith/compiler.rb @@ -1,198 +1,200 @@ module Trith ## # A base class for Trith compiler targets. # # @abstract class Compiler autoload :Ruby, 'trith/compiler/ruby' + aut...
trith/trith
47b7ff4d8f05cca8ccba959c9de1ee60f40bb34c
Implemented a Trith::Compiler::Ruby target.
diff --git a/bin/3cc b/bin/3cc index ee1edd9..33c15bc 100755 --- a/bin/3cc +++ b/bin/3cc @@ -1,40 +1,25 @@ #!/usr/bin/env ruby1.9 -rubygems $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) require 'trith' BANNER = "Usage: #{File.basename($0)} [options] files..." case when %w(-V -...
trith/trith
d4c415b9420ec8bf8159f19cbf482ffdba2aea52
Bumped the RDF.rb and YARD dependencies.
diff --git a/.gemspec b/.gemspec index 4f31cc7..4fcdbed 100644 --- a/.gemspec +++ b/.gemspec @@ -1,39 +1,39 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
5274fad7297639d70cdeeee5b90e3f9183ae8a29
Implemented an initial version of the 3cc script.
diff --git a/bin/3cc b/bin/3cc index 4dca423..ee1edd9 100755 --- a/bin/3cc +++ b/bin/3cc @@ -1,16 +1,40 @@ #!/usr/bin/env ruby1.9 -rubygems $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) require 'trith' BANNER = "Usage: #{File.basename($0)} [options] files..." case when %w(-V -...
trith/trith
538755a70e2ff5fc80dceb4bf57dc679da295a89
Imported specs for the Rosetta Code examples.
diff --git a/spec/rosettacode_spec.rb b/spec/rosettacode_spec.rb new file mode 100644 index 0000000..e537f0f --- /dev/null +++ b/spec/rosettacode_spec.rb @@ -0,0 +1,282 @@ +# -*- coding: utf-8 -*- +require File.join(File.dirname(__FILE__), 'spec_helper') + +# @see http://rosettacode.org/wiki/Category:Trith +describe "R...
trith/trith
36f3a7cc0f14f1316708ff065bad0e5bcf5a60e2
Enabled the 3sh shell to accept optional files to load on startup.
diff --git a/bin/3sh b/bin/3sh index cb25f38..792cc46 100755 --- a/bin/3sh +++ b/bin/3sh @@ -1,72 +1,76 @@ #!/usr/bin/env ruby1.9 -rubygems $:.unshift(File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib'))) require 'trith' BANNER = "Usage: #{File.basename($0)} [options] [files...]" case - when %w(-V...
trith/trith
34566f49b835775cf25bc4fd529a0ac12d81968d
Imported an initial reading list document.
diff --git a/.yardopts b/.yardopts index 5214830..7ab539c 100644 --- a/.yardopts +++ b/.yardopts @@ -1,11 +1,12 @@ --title "Trith: Recombinant Programming" --output-dir doc/yard --protected --no-private --hide-void-return --markup markdown --readme README.md - AUTHORS UNLICENSE VERSION +doc/READING.md diff -...
trith/trith
ce0aedadb3e1f7d50a5ac3a02e377bc972d26f61
Implemented the Trith::Core#uncons operator.
diff --git a/etc/trith-core.ttl b/etc/trith-core.ttl index d6b5870..b386997 100644 --- a/etc/trith-core.ttl +++ b/etc/trith-core.ttl @@ -173,559 +173,565 @@ <emptyp> a trith:Function ; rdfs:label "emptyp", "empty?" ; rdfs:comment "" ; trith:arity 1 ; trith:code (<length> <zer...
trith/trith
5bb0a57c0d521443bd679eef2b3edaa08752f5fb
Imported a first draft of the Trith RDFS/OWL vocabulary.
diff --git a/etc/trith-lang.ttl b/etc/trith-lang.ttl new file mode 100644 index 0000000..879706a --- /dev/null +++ b/etc/trith-lang.ttl @@ -0,0 +1,49 @@ +@base <http://trith.org/lang/> . +@prefix trith: <http://trith.org/lang/> . +@prefix xsd: <http://www.w3.org/2001/XMLSchema#> . +@prefix rdf: <http://www...
trith/trith
09f5b0b539d2ba3ccbcfaccd892ef1bb15260dea
Added the Promise gem as a dependency.
diff --git a/.gemspec b/.gemspec index 47cda0a..4f31cc7 100644 --- a/.gemspec +++ b/.gemspec @@ -1,38 +1,39 @@ #!/usr/bin/env ruby -rubygems # -*- encoding: utf-8 -*- GEMSPEC = Gem::Specification.new do |gem| gem.version = File.read('VERSION').chomp gem.date = File.mtime('VERSION').s...
trith/trith
db387910a7fba345da4b548892d294f41d09ff27
Reined in Ruby stack growth in the control structure primitives.
diff --git a/lib/trith/core/execution.rb b/lib/trith/core/execution.rb index 5b603a1..eddf66c 100644 --- a/lib/trith/core/execution.rb +++ b/lib/trith/core/execution.rb @@ -1,165 +1,165 @@ module Trith; module Core ## # Execution control operators. module Execution ## # @return [Machine] def re...
trith/trith
1641185e5bd1e45067150493b213797993402a3c
Implemented the Trith::Core#foldl1 operator.
diff --git a/etc/trith-core.ttl b/etc/trith-core.ttl index c8d99fb..d6b5870 100644 --- a/etc/trith-core.ttl +++ b/etc/trith-core.ttl @@ -11,715 +11,721 @@ <abs> a trith:Function ; rdfs:label "abs" ; rdfs:comment "" ; trith:arity 1 ; trith:code (<dup> 0 <lt> (<neg>) (<nop>) <bra...
trith/trith
e71219f60acb467551c05dc4f6fb5574ffe76748
Added aliases for the :print and :foldl operators.
diff --git a/etc/trith-core.ttl b/etc/trith-core.ttl index 1012716..c8d99fb 100644 --- a/etc/trith-core.ttl +++ b/etc/trith-core.ttl @@ -1,725 +1,725 @@ @base <http://trith.org/core/> . @prefix trith: <http://trith.org/lang/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdf: <http://www...
trith/trith
6ad43587a7b48ee7bc2d0f5391edcf6ebad9ad6f
Implemented the Trith::Core#memberp operator.
diff --git a/etc/trith-core.ttl b/etc/trith-core.ttl index a6ebf9c..1012716 100644 --- a/etc/trith-core.ttl +++ b/etc/trith-core.ttl @@ -1,719 +1,725 @@ @base <http://trith.org/core/> . @prefix trith: <http://trith.org/lang/> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . @prefix rdf: <http://www...
trith/trith
686987d4c3a24bdd4f5add8afaf50cd9342b2daf
Implemented the Trith::Core#range operator.
diff --git a/etc/trith-core.ttl b/etc/trith-core.ttl index 84c56c9..a6ebf9c 100644 --- a/etc/trith-core.ttl +++ b/etc/trith-core.ttl @@ -5,709 +5,715 @@ @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . @prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix dc: <http://purl.org/dc/terms/> . @prefix foa...
trith/trith
47158d8e4f82fbcaa198e9920855fd5a5efe50d0
Implemented the Trith::Core#ord operator.
diff --git a/.gemspec b/.gemspec new file mode 100644 index 0000000..47cda0a --- /dev/null +++ b/.gemspec @@ -0,0 +1,38 @@ +#!/usr/bin/env ruby -rubygems +# -*- encoding: utf-8 -*- + +GEMSPEC = Gem::Specification.new do |gem| + gem.version = File.read('VERSION').chomp + gem.date = File.mtime(...
zorgnax/libtap
af1fc82f565d8aa8874798ef70019872e756e326
Only conditionally include sys/types.h and sys/mman.h
diff --git a/tap.c b/tap.c index 9ea8bb1..b4de9bc 100644 --- a/tap.c +++ b/tap.c @@ -1,366 +1,365 @@ /* libtap - Write tests in C Copyright 2012 Jake Gelbman <gelbman@gmail.com> This file is licensed under the LGPL */ #define _DEFAULT_SOURCE 1 #include <stdio.h> #include <stdlib.h> #include <stdarg.h> #in...