Quick Search:

Line History

line history graph

Show Arbitrary Diff

From to

Supports revisions and tags.

History

root: 8894 629

latest revision download Branch root:

8894 annotated / raw | Diffs: previous, other | Lines: 273 ( +1, -1 )

Created: 2008-07-03 15:12:26 -0400 (5 months ago) | Author: mikej | Changeset: 8894

vim extendtab is bad

6180 annotated / raw | Diffs: previous, other | Lines: 273 ( +12, -12 )

Created: 2007-11-07 16:16:38 -0500 (12 months ago) | Author: anthm | Changeset: 6180

sync

5738 annotated / raw | Diffs: previous, other | Lines: 273 ( +0, -0 )

Created: 2007-09-21 14:49:14 -0400 (14 months ago) | Author: mikej | Changeset: 5738

svn:eol-style properties, and make eol-style consistent in some files.

5378 annotated / raw | Diffs: previous, other | Lines: 273 ( +6, -13 )

Created: 2007-06-15 20:21:01 -0400 (17 months ago) | Author: anthm | Changeset: 5378

fix tones stuff on 64bit

5276 annotated / raw | Diffs: previous, other | Lines: 280 ( +121, -121 )

Created: 2007-06-06 19:28:00 -0400 (17 months ago) | Author: anthm | Changeset: 5276

update teletone see wiki for syntax changes in TTML

5196 annotated / raw | Diffs: previous, other | Lines: 280 ( +40, -0 )

Created: 2007-05-17 09:56:10 -0400 (18 months ago) | Author: anthm | Changeset: 5196

add license exception to teleton for openzap

4795 annotated / raw | Diffs: previous, other | Lines: 240 ( +2, -0 )

Created: 2007-03-29 18:31:56 -0400 (20 months ago) | Author: anthm | Changeset: 4795

spring cleaning

4176 annotated / raw | Diffs: previous, other | Lines: 238 ( +1, -1 )

Created: 2007-02-08 21:36:03 -0500 (21 months ago) | Author: mikej | Changeset: 4176

fix magic emacs and vi formatting comments in the bottom of our source files to use tabs instead of spaces

3462 annotated / raw | Diffs: previous, other | Lines: 238 ( +11, -0 )

Created: 2006-11-27 17:30:48 -0500 (2 years ago) | Author: mikej | Changeset: 3462

Add magic comments for emacs and vi in source and header files to properly format and display tabs vs. spaces in those editors:

/* For Emacs:
* Local Variables:
* mode:c
* indent-tabs-mode:nil
* tab-width:4
* c-basic-offset:4
* End:
* For VIM:
* vim:set softtabstop=4 shiftwidth=4 tabstop=4 expandtab:
*/

713 annotated / raw | Diffs: previous, other | Lines: 227 ( +2, -0 )

Created: 2006-03-01 01:25:56 -0500 (2 years 9 months ago) | Author: mikej | Changeset: 713

add curl and teletone to mod_spidermonkey.  fix /tmp/ dir for windows, added global temp dir var.  Multiple type fixes.

631 annotated / raw | Diffs: previous, other | Lines: 225 ( +8, -7 )

Created: 2006-02-19 16:01:55 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 631

make teletone use all doubles

629 new annotated / raw | Lines: 224 ( +224, -0 )

Created: 2006-02-19 15:28:24 -0500 (2 years 9 months ago) | Author: anthm | Changeset: 629

Add in new tone detection/generation library "libteletone"
Thanks to coppice, trixter, mikej and bkw for research, hints and or code examples.