Alexander Iljin
|
0007789795
|
continuations[-docs]: add the finally word
|
2019-04-22 21:57:51 -07:00 |
John Benediktsson
|
ceb75057da
|
change ERROR: words from throw-foo back to foo.
|
2015-08-13 16:13:05 -07:00 |
Doug Coleman
|
b6be8685c3
|
basis: ERROR: changes.
|
2015-08-13 03:20:39 -07:00 |
Doug Coleman
|
892c62e1dc
|
factor: second stab at [ ] [ ] unit-test -> { } [ ] unit-test
|
2015-07-03 09:39:59 -07:00 |
Doug Coleman
|
59f3b1ea57
|
Revert "factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!"
Needs a bit more work.
This reverts commit 7e54cc2824 .
|
2015-07-02 13:47:06 -07:00 |
Doug Coleman
|
7e54cc2824
|
factor: rename [ ] [ ] unit-test -> { } [ ] unit-test using a refactoring tool!
|
2015-07-02 11:36:08 -07:00 |
Doug Coleman
|
352e5de16a
|
core, basis, extra: Remove DOS line endings from files.
Remove whitespace from end of lines.
Add a newline to the end of each file.
|
2015-06-29 17:25:40 -07:00 |
John Benediktsson
|
b7ed0a431c
|
basis/extra: cleanup some platform requires.
|
2014-11-15 14:25:12 -08:00 |
Doug Coleman
|
30f2f8738b
|
unix.users: Add utility word to find a user's home directory.
|
2013-11-19 09:32:45 -08:00 |
John Benediktsson
|
d44cc17161
|
update docs for help.lint checks.
|
2013-08-24 11:39:31 -07:00 |
Joe Groff
|
8cf18d1a82
|
remove BSD,solaris,etc. misc platform support code
|
2011-11-02 17:13:51 -07:00 |
Doug Coleman
|
94db86a6db
|
Make "foo.private" require load foo instead.
Move require from vocabs.loader to vocabs. Update everything.
Fixes #201.
|
2011-11-02 11:50:03 -07:00 |
Slava Pestov
|
a8633d28c7
|
unix.*, io.directories.unix: remove unnecessary dependency on io.backend.unix
|
2011-09-01 22:31:45 -07:00 |
Keita Haga
|
c542cf13e9
|
unix.users: minor fixes in 'passwd' description
|
2011-01-04 21:51:51 +09:00 |
Doug Coleman
|
580c9190d5
|
Fix using list
|
2010-06-23 10:27:17 -05:00 |
Doug Coleman
|
317e793ef4
|
Fix all-users word by calling setpwent to rewind file
|
2010-06-23 10:25:08 -05:00 |
Doug Coleman
|
82ac7e4e32
|
Better docs for users/groups
|
2010-06-21 12:10:45 -05:00 |
Doug Coleman
|
58de929a42
|
Fix a bug when calling all-groups twice. Add some users/groups utility words, unit tests, and docs.
|
2010-06-21 12:07:56 -05:00 |
Doug Coleman
|
82f38ce9a1
|
Allow with-*-group/user to be a no-op if first parameter is f
|
2010-06-17 13:20:51 -05:00 |
Doug Coleman
|
27af7ffe50
|
Throw an error on certain combinators if a user/group does not exist
|
2010-06-17 12:59:19 -05:00 |
Joe Groff
|
6d4724a095
|
scrub memory>struct calls made redundant
|
2010-02-22 12:22:29 -08:00 |
Slava Pestov
|
95bfc8a240
|
vocabs.metadata: replace unportable tag with a platforms.txt file for more fine-grained control. Rename unportable tag to untested for remaining cases
|
2010-02-20 13:30:49 +13:00 |
Doug Coleman
|
7d73d85856
|
Fix help lint for user-id
|
2010-02-05 01:20:40 -06:00 |
Doug Coleman
|
c32fcf918b
|
Fix user-name in unix.users, add unit test
|
2010-02-04 22:14:53 -06:00 |
Doug Coleman
|
7c40fc1a36
|
unix-system-call io-error -> unix-system-call drop
make unix.ffi, unix.ffi.linux unportable
fix spacing in io.cpp before refactoring
|
2010-01-23 09:07:35 -06:00 |
Doug Coleman
|
8d952277a2
|
Handle EINTR in a lot of cases where it wasn't handled before. Split off unix into unix.ffi and unix.
|
2010-01-22 12:59:24 -06:00 |
Keith Lazuka
|
405e5d015b
|
docs: change $subsection to $subsections
|
2009-10-02 12:15:48 -04:00 |
Doug Coleman
|
45629c63b3
|
update users/groups for new structs
|
2009-08-30 23:07:46 -05:00 |
Slava Pestov
|
05f3f9dcb9
|
Fixing unit tests for stack effect inference changes
|
2009-04-20 21:15:19 -05:00 |
Slava Pestov
|
cd53c2bd37
|
produce and produce-as: don't need third quotation either
|
2009-02-28 15:31:34 -06:00 |
Slava Pestov
|
6b25e99470
|
Add summary for heaps more vocabs
|
2009-02-16 21:05:13 -06:00 |
Slava Pestov
|
298fdecf32
|
Fixing eval unit test, and help lint failures from stricter help lint
|
2009-01-27 15:38:01 -06:00 |
Doug Coleman
|
638f1f4ceb
|
fix group-name word, rename username -> user-name because of symmetry with group-name, use cleave>array in a couple places to eliminate counting items in an array manually
|
2009-01-07 14:53:43 -06:00 |
Doug Coleman
|
ffe0aac310
|
Fix a couple bugs in unix.users and add unit tests
|
2009-01-04 11:44:49 -06:00 |
Slava Pestov
|
50e214c152
|
io.files split up and general refactoring work in progress
|
2008-12-14 20:03:00 -06:00 |
Slava Pestov
|
f44d8f4cf5
|
Fix combinators so that directory. can infer on Unix
|
2008-11-18 11:45:55 -06:00 |
Doug Coleman
|
f6c0c43dd4
|
fix user-cache and add tests for this
|
2008-11-11 13:05:04 -06:00 |
Slava Pestov
|
affb48a067
|
Fix docs
|
2008-11-05 04:27:12 -06:00 |
Doug Coleman
|
f026177e27
|
add users tests, fix naming inconsistencies
|
2008-10-08 13:22:53 -05:00 |
Doug Coleman
|
e7e0e7ad69
|
fix bugs in unix.users found by adding unit tests. oops
|
2008-10-08 13:13:25 -05:00 |
Doug Coleman
|
65b891a687
|
document unix.users
|
2008-10-08 13:05:00 -05:00 |
Doug Coleman
|
5916fcea75
|
initial comit of groups, users, and utmpx
|
2008-10-07 19:25:05 -05:00 |