CVS log for gforth/unix/pthread.fs

[BACK] Up to [gforth] / gforth / unix

Request diff between arbitrary revisions


Keyword substitution: kv
Default branch: MAIN


Revision 1.38: download - view: text, markup, annotated - select for diffs
Mon Oct 8 01:10:30 2012 UTC (11 years, 6 months ago) by pazsan
Branches: MAIN
CVS tags: HEAD
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +4 -1 lines
Fixes for Windows

Revision 1.37: download - view: text, markup, annotated - select for diffs
Fri Oct 5 22:41:25 2012 UTC (11 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +1 -17 lines
Added gforth_free_stacks() and gforth_free()

Revision 1.36: download - view: text, markup, annotated - select for diffs
Fri Sep 28 12:32:10 2012 UTC (11 years, 6 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +1 -1 lines
Remove #include <setjmp.h>, as it conflicts with libpng

Revision 1.35: download - view: text, markup, annotated - select for diffs
Tue Jul 24 01:15:21 2012 UTC (11 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +1 -1 lines
ppoll not on Android

Revision 1.34: download - view: text, markup, annotated - select for diffs
Mon Jul 23 13:27:48 2012 UTC (11 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +8 -8 lines
Removed engine stack arguments - now global states

Revision 1.33: download - view: text, markup, annotated - select for diffs
Fri Jul 20 19:34:27 2012 UTC (11 years, 8 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +6 -80 lines
Refactoring for libgforth

Revision 1.32: download - view: text, markup, annotated - select for diffs
Wed May 9 22:23:52 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +22 -2 lines
Added pthread_cond words

Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri May 4 22:53:01 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +4 -3 lines
stop performs all atomic events

Revision 1.30: download - view: text, markup, annotated - select for diffs
Fri May 4 20:50:30 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +1 -1 lines
Fixed typo

Revision 1.29: download - view: text, markup, annotated - select for diffs
Fri May 4 15:03:12 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +11 -11 lines
Convenion for events: start with a ->

Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri May 4 13:46:41 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +5 -2 lines
wake and sleep use previous API

Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri May 4 00:11:04 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +14 -0 lines
correct environment query in sockets.fs
added timeout wait for events
added event: as definer

Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu May 3 21:38:22 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +5 -3 lines
stop/sleep/wake with events

Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed May 2 22:35:01 2012 UTC (11 years, 11 months ago) by pazsan
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +55 -2 lines
Event handling

Revision 1.24: download - view: text, markup, annotated - select for diffs
Tue Apr 3 22:12:51 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +13 -1 lines
Made terminal.fs work out of the box with R8C again (38400 baud rate\!)

Revision 1.23: download - view: text, markup, annotated - select for diffs
Sat Mar 24 22:52:49 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +28 -4 lines
Added sigaltstack to pthread state, create threads detached (will reclaim thread's stack memory on exit)

Revision 1.22: download - view: text, markup, annotated - select for diffs
Fri Mar 23 21:48:06 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +16 -10 lines
Looping setjmp, use %p where appropriate

Revision 1.21: download - view: text, markup, annotated - select for diffs
Fri Mar 23 20:49:44 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -1 lines
throw_jmp_buf only through a handler in the per-thread space

Revision 1.20: download - view: text, markup, annotated - select for diffs
Thu Mar 22 01:45:42 2012 UTC (12 years ago) by pazsan
Branches: MAIN
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +1 -1 lines
Getting closer to Android libcc.fs support

Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Mar 18 17:35:56 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +17 -12 lines
pthread.fs works for gforth-fast

Revision 1.18: download - view: text, markup, annotated - select for diffs
Sat Mar 17 22:18:59 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +6 -7 lines
converted gforth_pointers into a function - necessary, since all pointers are now thread-specific

Revision 1.17: download - view: text, markup, annotated - select for diffs
Sat Mar 17 19:23:40 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +16 -1 lines
Attempt to make pthreads run under Windows

Revision 1.16: download - view: text, markup, annotated - select for diffs
Sat Mar 17 01:45:12 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +7 -8 lines
Small cleanup

Revision 1.15: download - view: text, markup, annotated - select for diffs
Sat Mar 17 01:36:04 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +10 -13 lines
Removed GLOBALS_NONRELOC stuff, since this is only experimental for AMD64 (inactive), and unused everywhere else.
Bumped up snapshot version number

Revision 1.14: download - view: text, markup, annotated - select for diffs
Fri Mar 16 21:32:03 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +9 -2 lines
added PASS

Revision 1.13: download - view: text, markup, annotated - select for diffs
Fri Mar 16 21:19:26 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Replaced kill-thread with (bye)

Revision 1.12: download - view: text, markup, annotated - select for diffs
Fri Mar 16 20:34:23 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +35 -8 lines
Exception handling for threads

Revision 1.11: download - view: text, markup, annotated - select for diffs
Thu Mar 15 23:53:59 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +6 -2 lines
Create task with different stack sizes

Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Mar 15 18:19:29 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +18 -3 lines
Thread termination handling

Revision 1.9: download - view: text, markup, annotated - select for diffs
Thu Mar 15 13:37:25 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +9 -1 lines
PNO buf made thread safe

Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Mar 15 00:12:38 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +37 -46 lines
Use user area as task id

Revision 1.7: download - view: text, markup, annotated - select for diffs
Wed Mar 14 23:43:31 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +26 -18 lines
Started taking user area into account

Revision 1.6: download - view: text, markup, annotated - select for diffs
Wed Mar 14 23:06:25 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +51 -5 lines
semaphores and pause

Revision 1.5: download - view: text, markup, annotated - select for diffs
Wed Mar 14 15:52:09 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +1 -1 lines
Fixed last bug in threading, third time

Revision 1.4: download - view: text, markup, annotated - select for diffs
Wed Mar 14 15:51:15 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +1 -1 lines
Fixed last bug in threading

Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Mar 14 15:38:14 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +5 -2 lines
Fixed last bug in threading

Revision 1.2: download - view: text, markup, annotated - select for diffs
Wed Mar 14 14:43:33 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +82 -28 lines
Multithreading starts to work\!

Revision 1.1: download - view: text, markup, annotated - select for diffs
Tue Mar 13 22:56:39 2012 UTC (12 years, 1 month ago) by pazsan
Branches: MAIN
pthread.fs added - untested

Diff request

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

Log view options

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>