]> gitweb.factorcode.org Git - factor.git/log
factor.git
10 years agounix.ffi, windows.winsock: wraps for servent functions
Björn Lindqvist [Mon, 16 Sep 2013 12:45:11 +0000 (14:45 +0200)]
unix.ffi, windows.winsock: wraps for servent functions

10 years agoio.sockets.secure.openssl: some style improvements.
John Benediktsson [Tue, 17 Sep 2013 00:24:31 +0000 (17:24 -0700)]
io.sockets.secure.openssl: some style improvements.

10 years agoio.sockets.secure: common-name -> subject-name
Björn Lindqvist [Mon, 16 Sep 2013 12:06:32 +0000 (14:06 +0200)]
io.sockets.secure: common-name -> subject-name

10 years agoio.sockets.secure, io.sockets.secure.openssl: improved host name verification that...
Björn Lindqvist [Sat, 14 Sep 2013 19:18:13 +0000 (21:18 +0200)]
io.sockets.secure, io.sockets.secure.openssl: improved host name verification that takes into account a certificates subject alternative names.

10 years agoopenssl.libssl: functions and structs related to general names
Björn Lindqvist [Sat, 14 Sep 2013 18:04:02 +0000 (20:04 +0200)]
openssl.libssl: functions and structs related to general names

10 years agolibcrypto: wrap more parts of the BIO_ api and add unit tests
Björn Lindqvist [Fri, 13 Sep 2013 11:52:27 +0000 (13:52 +0200)]
libcrypto: wrap more parts of the BIO_ api and add unit tests

10 years agoopenssl.libssl: define the ssl_method_st struct
Björn Lindqvist [Thu, 12 Sep 2013 13:37:14 +0000 (15:37 +0200)]
openssl.libssl: define the ssl_method_st struct

10 years agoopenssl.libcrypto: defining structs for some opaque aliens
Björn Lindqvist [Thu, 12 Sep 2013 11:49:01 +0000 (13:49 +0200)]
openssl.libcrypto: defining structs for some opaque aliens

10 years agoopenssl.libssl: wrapped several more objects from libssl which are needed to lookup...
Björn Lindqvist [Tue, 10 Sep 2013 20:41:40 +0000 (22:41 +0200)]
openssl.libssl: wrapped several more objects from libssl which are needed to lookup the subject alt names

10 years agoio.sockets.secure.openssl: support for getting issuer name
Björn Lindqvist [Mon, 9 Sep 2013 21:59:40 +0000 (23:59 +0200)]
io.sockets.secure.openssl: support for getting issuer name

10 years agosequences.extras: adding nth* which is nth from the end.
John Benediktsson [Thu, 12 Sep 2013 19:47:04 +0000 (12:47 -0700)]
sequences.extras: adding nth* which is nth from the end.

10 years agogeneric.math: rename and add comment.
John Benediktsson [Sat, 7 Sep 2013 01:21:38 +0000 (18:21 -0700)]
generic.math: rename and add comment.

10 years agogeneric.math: eliminate a redundant fixnum check, separate out the fixnum dispatch...
John Benediktsson [Fri, 6 Sep 2013 20:50:00 +0000 (13:50 -0700)]
generic.math: eliminate a redundant fixnum check, separate out the fixnum dispatch hack.

10 years agorosetta-code.metronome: adding metronome solution.
John Benediktsson [Fri, 6 Sep 2013 17:18:57 +0000 (10:18 -0700)]
rosetta-code.metronome: adding metronome solution.

10 years agocircular: rename circular-while* to circular-loop, add some docs.
John Benediktsson [Fri, 6 Sep 2013 17:16:20 +0000 (10:16 -0700)]
circular: rename circular-while* to circular-loop, add some docs.

10 years agocircular-while, fix of by 1 error; add tests
Jon Harper [Mon, 29 Jul 2013 20:28:11 +0000 (22:28 +0200)]
circular-while, fix of by 1 error; add tests

10 years agocircular-while*, add corner case test
Jon Harper [Mon, 29 Jul 2013 20:27:17 +0000 (22:27 +0200)]
circular-while*, add corner case test

10 years agocircular-tests, typos
Jon Harper [Mon, 29 Jul 2013 19:23:05 +0000 (21:23 +0200)]
circular-tests, typos

10 years agoAdd circular-while*
Jon Harper [Sun, 28 Jul 2013 01:32:37 +0000 (03:32 +0200)]
Add circular-while*

10 years agomath.extras: switch to using sorting.extras.
John Benediktsson [Fri, 6 Sep 2013 04:09:32 +0000 (21:09 -0700)]
math.extras: switch to using sorting.extras.

10 years agosorting.extras: adding bisect-right and bisect-left.
John Benediktsson [Fri, 6 Sep 2013 04:07:50 +0000 (21:07 -0700)]
sorting.extras: adding bisect-right and bisect-left.

10 years agohtml.parser.printer: some tweaks to the text-printer for my blog.
John Benediktsson [Fri, 6 Sep 2013 04:00:53 +0000 (21:00 -0700)]
html.parser.printer: some tweaks to the text-printer for my blog.

10 years agosequences.extras: adding cut-when.
John Benediktsson [Fri, 6 Sep 2013 03:58:36 +0000 (20:58 -0700)]
sequences.extras: adding cut-when.

10 years agotzinfo: make it easy to load zoneinfo files.
John Benediktsson [Thu, 5 Sep 2013 20:13:15 +0000 (13:13 -0700)]
tzinfo: make it easy to load zoneinfo files.

10 years agomath.extras: faster search-sorted by bisecting.
John Benediktsson [Thu, 5 Sep 2013 04:31:34 +0000 (21:31 -0700)]
math.extras: faster search-sorted by bisecting.

10 years agomath.extras: remove accidental test.
John Benediktsson [Thu, 5 Sep 2013 04:21:42 +0000 (21:21 -0700)]
math.extras: remove accidental test.

10 years agosequences.extras: adding ?first{2,3,4}.
John Benediktsson [Thu, 5 Sep 2013 03:39:32 +0000 (20:39 -0700)]
sequences.extras: adding ?first{2,3,4}.

10 years agomath.extras: two versions of search-sorted.
John Benediktsson [Thu, 5 Sep 2013 02:01:25 +0000 (19:01 -0700)]
math.extras: two versions of search-sorted.

10 years agotzinfo: adding tests for normalize.
John Benediktsson [Thu, 5 Sep 2013 01:54:57 +0000 (18:54 -0700)]
tzinfo: adding tests for normalize.

10 years agotzinfo: adding parsers for timezone files.
John Benediktsson [Thu, 5 Sep 2013 01:43:54 +0000 (18:43 -0700)]
tzinfo: adding parsers for timezone files.

10 years agodestructors: s/three slots/two slots/.
John Benediktsson [Sat, 24 Aug 2013 20:10:41 +0000 (13:10 -0700)]
destructors: s/three slots/two slots/.

10 years agohelp.lint: remove old word.
John Benediktsson [Sat, 24 Aug 2013 19:21:16 +0000 (12:21 -0700)]
help.lint: remove old word.

10 years agoupdate docs for help.lint checks.
John Benediktsson [Sat, 24 Aug 2013 18:39:31 +0000 (11:39 -0700)]
update docs for help.lint checks.

10 years agohelp.lint: add slot checking, don't check constants for $values.
John Benediktsson [Sat, 24 Aug 2013 18:39:16 +0000 (11:39 -0700)]
help.lint: add slot checking, don't check constants for $values.

10 years agodestructors: bad $slot documentation.
John Benediktsson [Sat, 24 Aug 2013 17:23:43 +0000 (10:23 -0700)]
destructors: bad $slot documentation.

10 years agoFUEL: Correct font-locking of tuples with initial values.
Björn Lindqvist [Tue, 13 Aug 2013 20:46:17 +0000 (22:46 +0200)]
FUEL: Correct font-locking of tuples with initial values.

10 years agoFUEL: Tables in help buffers must be plain ascii to be correctly rendered everywhere.
Björn Lindqvist [Wed, 14 Aug 2013 16:21:58 +0000 (18:21 +0200)]
FUEL: Tables in help buffers must be plain ascii to be correctly rendered everywhere.

10 years agoFUEL: Make fuel-help (C-c C-d d) work for vocabularies too.
Björn Lindqvist [Wed, 14 Aug 2013 16:04:18 +0000 (18:04 +0200)]
FUEL: Make fuel-help (C-c C-d d) work for vocabularies too.

10 years agoFUEL: Correct regexp to work with multiline USING:
Björn Lindqvist [Wed, 14 Aug 2013 16:02:32 +0000 (18:02 +0200)]
FUEL: Correct regexp to work with multiline USING:

10 years agoFUEL: Put several more characters that can be used in word names in the symbols class
Björn Lindqvist [Wed, 14 Aug 2013 15:41:36 +0000 (17:41 +0200)]
FUEL: Put several more characters that can be used in word names in the symbols class

10 years agoFUEL: Error message is now shown if word can't be found.
Björn Lindqvist [Wed, 14 Aug 2013 11:21:19 +0000 (13:21 +0200)]
FUEL: Error message is now shown if word can't be found.

10 years agoui.gadgets.worlds: remove fonts slot from docs.
John Benediktsson [Tue, 13 Aug 2013 15:49:43 +0000 (08:49 -0700)]
ui.gadgets.worlds: remove fonts slot from docs.

10 years agoFUEL: Exterminating the evil tabs. Also highlight them so they get easier to kill.
Björn Lindqvist [Wed, 7 Aug 2013 21:53:24 +0000 (23:53 +0200)]
FUEL: Exterminating the evil tabs. Also highlight them so they get easier to kill.

10 years agoFUEL: One + less...
Björn Lindqvist [Wed, 7 Aug 2013 16:35:07 +0000 (18:35 +0200)]
FUEL: One + less...

10 years agoFUEL: Improve font-locking of constructs that span multiple lines.
Björn Lindqvist [Wed, 7 Aug 2013 16:27:59 +0000 (18:27 +0200)]
FUEL: Improve font-locking of constructs that span multiple lines.

10 years agowrap.strings: empty strings should wrap as the indent.
John Benediktsson [Mon, 5 Aug 2013 18:25:01 +0000 (11:25 -0700)]
wrap.strings: empty strings should wrap as the indent.

10 years agohtml.parser.printer: fix tests, need to decrement before writing.
John Benediktsson [Mon, 5 Aug 2013 18:22:09 +0000 (11:22 -0700)]
html.parser.printer: fix tests, need to decrement before writing.

10 years agoFUEL: Improved font-locking. Colors for USING expressions, hexadecimal numbers and...
Björn Lindqvist [Mon, 5 Aug 2013 16:39:11 +0000 (18:39 +0200)]
FUEL: Improved font-locking. Colors for USING expressions, hexadecimal numbers and tuple slots.

10 years agosequences: add some tests for repetition.
John Benediktsson [Mon, 5 Aug 2013 16:56:10 +0000 (09:56 -0700)]
sequences: add some tests for repetition.

10 years agohtml.parser.printer: prevent negative indentations.
John Benediktsson [Mon, 5 Aug 2013 16:54:36 +0000 (09:54 -0700)]
html.parser.printer: prevent negative indentations.

10 years agosequences: don't allow negative repetitions.
John Benediktsson [Mon, 5 Aug 2013 16:49:24 +0000 (09:49 -0700)]
sequences: don't allow negative repetitions.

10 years agohtml.parser.printer: some fixes.
John Benediktsson [Mon, 5 Aug 2013 16:45:42 +0000 (09:45 -0700)]
html.parser.printer: some fixes.

Fix html-text. (may not be perfect, but "works" now)
Don't decrement indentations if we didn't increment them.

10 years agohtml.parser.printer: fixed to use repeated write calls instead of surround
Björn Lindqvist [Mon, 5 Aug 2013 11:57:55 +0000 (13:57 +0200)]
html.parser.printer: fixed to use repeated write calls instead of surround

10 years agohtml.parser.printer: remove printer symbol
Björn Lindqvist [Mon, 5 Aug 2013 11:31:29 +0000 (13:31 +0200)]
html.parser.printer: remove printer symbol

10 years agohtml.parser.printer: unit tests
Björn Lindqvist [Mon, 5 Aug 2013 11:25:26 +0000 (13:25 +0200)]
html.parser.printer: unit tests

10 years agohtml.parser.printer: explaining comment
Björn Lindqvist [Mon, 22 Jul 2013 12:27:10 +0000 (14:27 +0200)]
html.parser.printer: explaining comment

10 years agohtml.parser.printer: reasonable tree-structured formatting with prettyprint-html
Björn Lindqvist [Mon, 22 Jul 2013 12:05:14 +0000 (14:05 +0200)]
html.parser.printer: reasonable tree-structured formatting with prettyprint-html

10 years agoreddit: Add a field.
Doug Coleman [Sat, 3 Aug 2013 21:56:35 +0000 (14:56 -0700)]
reddit: Add a field.

10 years agoAdd hash commands to extra/redis
Paul Woolcock [Tue, 30 Jul 2013 18:42:40 +0000 (14:42 -0400)]
Add hash commands to extra/redis

10 years agowikipedia: parsing historical events.
John Benediktsson [Mon, 29 Jul 2013 14:56:14 +0000 (07:56 -0700)]
wikipedia: parsing historical events.

10 years agowrap.strings: fix using in tests.
John Benediktsson [Sun, 28 Jul 2013 17:57:02 +0000 (10:57 -0700)]
wrap.strings: fix using in tests.

10 years agowrap.strings: allow wrap-indented-string to have a numbered indent provided.
John Benediktsson [Sun, 28 Jul 2013 04:17:37 +0000 (21:17 -0700)]
wrap.strings: allow wrap-indented-string to have a numbered indent provided.

10 years agorandom.windows: Saw in the pastebin that some Windows installs still don't
Doug Coleman [Sat, 27 Jul 2013 20:28:20 +0000 (13:28 -0700)]
random.windows: Saw in the pastebin that some Windows installs still don't
start with this code. Just set the system and secure RNGs to f, and
calling them will throw an error. The Mersenne Twister is still the
default anyway.

10 years agosplitting.extras: cleanup using.
John Benediktsson [Thu, 25 Jul 2013 21:16:09 +0000 (14:16 -0700)]
splitting.extras: cleanup using.

10 years agomatch: fix test syntax.
John Benediktsson [Thu, 25 Jul 2013 14:02:47 +0000 (07:02 -0700)]
match: fix test syntax.

10 years agomath.functions: whoops, back out mistaken commit.
John Benediktsson [Wed, 24 Jul 2013 21:55:13 +0000 (14:55 -0700)]
math.functions: whoops, back out mistaken commit.

10 years agoswitch some vocabs to 4 spaces.
John Benediktsson [Wed, 24 Jul 2013 21:52:09 +0000 (14:52 -0700)]
switch some vocabs to 4 spaces.

10 years agosorting.extras: faster map-sort.
John Benediktsson [Wed, 24 Jul 2013 17:24:13 +0000 (10:24 -0700)]
sorting.extras: faster map-sort.

10 years agoarrays.shaped: Inefficient iteration with indices.
Doug Coleman [Wed, 24 Jul 2013 17:03:06 +0000 (10:03 -0700)]
arrays.shaped: Inefficient iteration with indices.
Add upper,lower,strict-upper/lower map operations and array constructions.

10 years agointerpolate: adding generalized numbered string interpolate.
John Benediktsson [Wed, 24 Jul 2013 15:44:31 +0000 (08:44 -0700)]
interpolate: adding generalized numbered string interpolate.

10 years agosemantic-versioning: maybe this is more forgiving and simpler.
John Benediktsson [Wed, 17 Jul 2013 02:47:07 +0000 (19:47 -0700)]
semantic-versioning: maybe this is more forgiving and simpler.

10 years agosemantic-versioning: upgrade to Semantic Versioning 2.0.0.
John Benediktsson [Wed, 17 Jul 2013 00:58:08 +0000 (17:58 -0700)]
semantic-versioning: upgrade to Semantic Versioning 2.0.0.

Note: the parser is purposefully forgiving to handle more cases
than the specification allows.

10 years agoio.monitors.recursive: Fry quotations - do not apply liberally.
Doug Coleman [Tue, 16 Jul 2013 21:43:29 +0000 (14:43 -0700)]
io.monitors.recursive: Fry quotations - do not apply liberally.

10 years agoio.monitors.recursive: Bug - <recursive-monitor> could fail and leak a file monitor.
Doug Coleman [Tue, 16 Jul 2013 21:30:38 +0000 (14:30 -0700)]
io.monitors.recursive: Bug - <recursive-monitor> could fail and leak a file monitor.
Fix - Monitors tests were "leaking" dummy-monitors objects.

10 years agotools.deploy.test: Bump windows binaries size up a bit.
Doug Coleman [Tue, 16 Jul 2013 18:26:32 +0000 (11:26 -0700)]
tools.deploy.test: Bump windows binaries size up a bit.

10 years agotools.ps.windows: use offset-of instead.
John Benediktsson [Mon, 15 Jul 2013 22:31:59 +0000 (15:31 -0700)]
tools.ps.windows: use offset-of instead.

10 years agotools.ps.windows: Fix offsets for win64.
Doug Coleman [Mon, 15 Jul 2013 22:19:07 +0000 (15:19 -0700)]
tools.ps.windows: Fix offsets for win64.

10 years agohttp.client: support urls without protocols (in addition to strings).
John Benediktsson [Mon, 15 Jul 2013 17:28:28 +0000 (10:28 -0700)]
http.client: support urls without protocols (in addition to strings).

10 years agohttp.client: default to http:// if not specified.
John Benediktsson [Mon, 15 Jul 2013 16:30:22 +0000 (09:30 -0700)]
http.client: default to http:// if not specified.

10 years agoFUEL: Compatibility functions for Emacs 24.2.
Björn Lindqvist [Sat, 13 Jul 2013 17:13:39 +0000 (19:13 +0200)]
FUEL: Compatibility functions for Emacs 24.2.

10 years agoio.directories.unix: If you mount a .iso, all the file types are +unknown+ according...
Doug Coleman [Thu, 11 Jul 2013 16:46:26 +0000 (09:46 -0700)]
io.directories.unix: If you mount a .iso, all the file types are +unknown+ according to directory-files.
Fall back to file-info on +unknown+ file types and use with-directory in with-unix-directory so the paths are correct for file-info.
Fixes #911.

10 years agosplitting.extras: adding split-harvest in "core style" (ugh!).
John Benediktsson [Wed, 26 Jun 2013 03:01:58 +0000 (20:01 -0700)]
splitting.extras: adding split-harvest in "core style" (ugh!).

10 years agospelling: some performance improvements, and minor fixes.
John Benediktsson [Tue, 25 Jun 2013 22:50:42 +0000 (15:50 -0700)]
spelling: some performance improvements, and minor fixes.

10 years agomath.statistics: use >array instead of { } clone-like.
John Benediktsson [Tue, 25 Jun 2013 22:40:33 +0000 (15:40 -0700)]
math.statistics: use >array instead of { } clone-like.

10 years agostrings: faster clone-like when both arguments are strings.
John Benediktsson [Tue, 25 Jun 2013 22:39:34 +0000 (15:39 -0700)]
strings: faster clone-like when both arguments are strings.

10 years agobyte-arrays: faster clone-like when both arguments are byte-arrays.
John Benediktsson [Tue, 25 Jun 2013 22:39:24 +0000 (15:39 -0700)]
byte-arrays: faster clone-like when both arguments are byte-arrays.

10 years agosplitting: cleanup duplicate code.
John Benediktsson [Tue, 25 Jun 2013 22:17:00 +0000 (15:17 -0700)]
splitting: cleanup duplicate code.

10 years agoeuler.b-rep: Fix usage of HEX: in unit tests.
Doug Coleman [Wed, 19 Jun 2013 14:01:08 +0000 (07:01 -0700)]
euler.b-rep: Fix usage of HEX: in unit tests.

10 years agogame.loop: Fix docs.
Doug Coleman [Wed, 19 Jun 2013 14:00:58 +0000 (07:00 -0700)]
game.loop: Fix docs.

10 years agogml, euler: Initial commit.
Doug Coleman [Tue, 18 Jun 2013 23:42:13 +0000 (16:42 -0700)]
gml, euler: Initial commit.

10 years agogame.loop: Fix throwing errors inside game loop.
Doug Coleman [Tue, 18 Jun 2013 23:24:05 +0000 (16:24 -0700)]
game.loop: Fix throwing errors inside game loop.

10 years agomath.statistics: Handle some edge cases.
Doug Coleman [Mon, 17 Jun 2013 17:15:35 +0000 (10:15 -0700)]
math.statistics: Handle some edge cases.
Remove two unused parameters.

10 years agomath.statistics: Add trimean.
Doug Coleman [Mon, 17 Jun 2013 16:55:20 +0000 (09:55 -0700)]
math.statistics: Add trimean.

10 years agomath.extras: adding round-away-from-zero.
John Benediktsson [Mon, 17 Jun 2013 17:10:40 +0000 (10:10 -0700)]
math.extras: adding round-away-from-zero.

10 years agomath.statistics: [-] Golfed.
Doug Coleman [Mon, 17 Jun 2013 14:36:55 +0000 (07:36 -0700)]
math.statistics: [-] Golfed.

10 years agomath.statistics: Fix out of bounds on quantiles that should return the first element.
Doug Coleman [Mon, 17 Jun 2013 14:21:45 +0000 (07:21 -0700)]
math.statistics: Fix out of bounds on quantiles that should return the first element.

10 years agomath.combinatorics: specialized version of nths-unsafe for performance.
John Benediktsson [Fri, 14 Jun 2013 18:27:45 +0000 (11:27 -0700)]
math.combinatorics: specialized version of nths-unsafe for performance.

10 years agosets.extras: change non-repeating to use remove-first!.
John Benediktsson [Fri, 14 Jun 2013 18:02:30 +0000 (11:02 -0700)]
sets.extras: change non-repeating to use remove-first!.

10 years agosystem-info.macosx: code name for 10.9.
John Benediktsson [Mon, 10 Jun 2013 17:22:39 +0000 (10:22 -0700)]
system-info.macosx: code name for 10.9.

10 years agoFUEL: unmask `fuel-refresh-all`
Samuel Tardieu [Thu, 6 Jun 2013 22:11:21 +0000 (00:11 +0200)]
FUEL: unmask `fuel-refresh-all`

`fuel-refresh-all` is documented as mapped onto "\C-c\C-r", but this was
masked by an undocumented mapping for `fuel-eval-region` (which is
already bound to "\C-c\C-e\C-r").