Gregory John Casamento
ced9f127e9
Fix issue with name parser
2019-09-27 00:00:59 -04:00
Gregory John Casamento
7debdb8d1f
fix issue with decomposition
2019-09-26 20:04:54 -04:00
Gregory John Casamento
8e6a4cc18d
Add tests
2019-09-26 19:10:01 -04:00
Gregory John Casamento
17418f6ffc
Add tests
2019-09-26 16:16:58 -04:00
Gregory John Casamento
1286af2365
Correct header
2019-09-26 11:18:55 -04:00
Gregory John Casamento
fac99a7752
Add missing file
2019-09-26 11:06:54 -04:00
Richard Frith-Macdonald
ecc770e5a9
work with other C standards
2019-09-26 15:40:09 +01:00
rfm
51092fac8d
Merge pull request #68 from gnustep/fix-dict-sort-kbv
...
Fixing NSDictionary keysSortedByValueUsingComparator:
2019-09-26 15:39:01 +01:00
Gregory John Casamento
b2bfca7569
Add Apple script stub
2019-09-26 09:52:02 -04:00
Richard Frith-Macdonald
e8354c57f0
Fixed memory leak. Tidied up to match coding style.
2019-09-26 12:45:25 +01:00
Richard Frith-Macdonald
8363a7f3a1
Added check for blocks availability. Added testcase for sort by selector.
...
Tidied to match coding style
2019-09-26 12:44:25 +01:00
rfm
ecc7444e61
Merge pull request #73 from triplef/android-paths-support
...
Added support for data directory on Android.
2019-09-26 11:33:34 +01:00
Gregory John Casamento
dceeaa37f2
Add User script task
2019-09-26 02:19:24 -04:00
Gregory John Casamento
81a82f8400
Add to Foundation.h
2019-09-26 01:39:24 -04:00
Gregory John Casamento
fcf28c204e
Add NSScript source
2019-09-26 01:33:32 -04:00
Gregory John Casamento
c4f2f94307
Add placeholder NSScript* classes
2019-09-26 01:32:57 -04:00
Richard Frith-Macdonald
99c080a3ee
Fix bg in security setting exposed by earlier fix.
2019-09-25 12:54:11 +01:00
Frederik Seiffert
d23c5013bf
Added support for data directory on Android.
...
This makes GNUstep use the path returned by Context.getFilesDir() as the basis for storing data (e.g. NSUserDefaults) and when querying system directory paths (NSLibraryDirectory, NSApplicationSupportDirectory, etc.). Requires calling a new GSInitializeProcessAndroid() initialization function.
2019-09-25 12:11:50 +02:00
Richard Frith-Macdonald
ddcff45b89
add test for removing all the objects in an array.
...
cleanup other tests a bit
2019-09-25 10:36:41 +01:00
Gregory John Casamento
6bf2e34985
Implement more methods and logic
2019-09-25 05:12:33 -04:00
Richard Frith-Macdonald
ae95e859d6
fix crash when removing an array from itself
2019-09-25 09:54:59 +01:00
Gregory John Casamento
48b350fb0f
Implement replaceItem...
2019-09-25 01:28:20 -04:00
Gregory John Casamento
93f92c9e93
Create new file
2019-09-24 03:12:35 -04:00
Gregory John Casamento
b7708606ae
Implement remove method
2019-09-24 02:58:12 -04:00
Gregory John Casamento
f2b3b97708
Further implementation
2019-09-24 02:44:07 -04:00
Gregory John Casamento
6e175942c2
Add more initialization
2019-09-24 02:04:53 -04:00
Gregory John Casamento
7a2e290d8c
Update MISSING file
2019-09-24 02:00:21 -04:00
Gregory John Casamento
9b144b7c13
Better initialization
2019-09-24 00:09:42 -04:00
Gregory John Casamento
0644317ab4
NSFileVersion additional methods.
2019-09-23 02:51:41 -04:00
Gregory John Casamento
1d04d0c9e9
Make conformant with coding format
2019-09-23 01:45:46 -04:00
Gregory John Casamento
587b5342a9
Fix issue with NSFilePresenter include
2019-09-23 01:43:09 -04:00
Gregory John Casamento
849256a7c8
Implement read/write methods in coordinator
2019-09-23 01:40:31 -04:00
Gregory John Casamento
201d7ffdf8
Add method for coordinateAccessWithIntents:...
2019-09-23 01:19:48 -04:00
Gregory John Casamento
2a935c4d53
Add implementation of -cancel
2019-09-22 23:26:30 -04:00
Richard Frith-Macdonald
169a5036e3
Do no accidentally discard ssl options
2019-09-21 23:00:31 +01:00
Richard Frith-Macdonald
b3f5a3440d
Bugfix for TLS server sessions
2019-09-21 09:42:27 +01:00
Gregory John Casamento
f355d97b3e
Implement NSFileAccessIntent
2019-09-20 20:38:17 -04:00
Gregory John Casamento
a4ca934e6d
Add initialize
2019-09-20 20:35:50 -04:00
Gregory John Casamento
62c0aeb1b2
Add initialize
2019-09-20 20:00:45 -04:00
Gregory John Casamento
aa6a0175b1
NSFileCoordinator skeleton compiling cleanly
2019-09-20 14:50:54 -04:00
Gregory John Casamento
34229ac72c
Add header for NSFileCoordinator
2019-09-20 05:07:41 -04:00
Gregory John Casamento
ae913511c7
Add code to parse tne name into NSPersonNameComponents
2019-09-18 16:07:00 -04:00
Gregory John Casamento
a0f63f7100
Merge branch 'master' of github.com:gnustep/libs-base into NSFile_changes_branch
2019-09-18 13:37:30 -04:00
Gregory John Casamento
779e549a79
Add switch statement to handle formatting.
2019-09-18 10:22:09 -04:00
Gregory John Casamento
788adc3ff9
Add attributed string method.
2019-09-17 17:41:48 -04:00
Gregory John Casamento
de062d44e9
Add attributed string method.
2019-09-17 17:41:18 -04:00
Gregory John Casamento
a58a58373d
Add stringForObjectValue: to formatters
2019-09-17 14:56:39 -04:00
Richard Frith-Macdonald
de9740cda4
Applied patches by Alan Jenkins
2019-09-16 18:29:18 +01:00
Gregory John Casamento
981fecc39b
Add person name components formatter
2019-09-15 22:17:28 -04:00
Gregory John Casamento
74124bf7b1
Correct comment.
2019-09-15 11:22:16 -04:00