Skip to content

Commit

Permalink
Merge branch 'master' of jsoftware.com:jsource
Browse files Browse the repository at this point in the history
  • Loading branch information
HenryHRich committed Nov 27, 2024
2 parents e4e7f26 + 7f933ff commit ad5aa5c
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 4 deletions.
1 change: 0 additions & 1 deletion jlibrary/addons/dev/eformat/eformat.ijs
Original file line number Diff line number Diff line change
Expand Up @@ -442,7 +442,6 @@ case. EVSPELL do. if. selfar -: <'".' do. emsg =. check_spelling_j_ a
elseif. selfar -: <,':' do. emsg=. check_spelling_j_ w 5!:0 end.
if. 0-:#emsg do. emsg =. 'words with . or : inflections must be J primitive words' end.
case. EVMISSINGGMP do. emsg =. 'extended-precision library not found. Run install ''gmp'' or refer to your installation instructions'
case. EVSIDAMAGE do. if. prim -.@-: ;:'T.' do. emsg =. 'you must turn debugging off before you redefine an entity other than the one at the top of the execution stack' end. NB. obsolete
case. EVDEADLOCK do. emsg =. 'this action would deadlock the system'
end.
if. #emsg do. hdr , emsg return. end. NB. pee
Expand Down
2 changes: 1 addition & 1 deletion jlibrary/system/main/stdlib.ijs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cocurrent <'z'
3 : 0 ''

JLIB=: '9.6.9'
JLIB=: '9.6.10'

notdef=. 0: ~: 4!:0 @ <
hostpathsep=: ('/\'{~6=9!:12'')&(I. @ (e.&'/\')@] })
Expand Down
4 changes: 2 additions & 2 deletions jlibrary/system/util/pacman.ijs
Original file line number Diff line number Diff line change
Expand Up @@ -1722,9 +1722,9 @@ y=. (*#y){::0;y

smoutput 'Installing Qt library...'
if. IFWIN do.
z=. 'qt65-win',((y-:'slim')#'-slim'),'.zip'
z=. 'qt68-win',((y-:'slim')#'-slim'),'.zip'
else.
z=. 'qt65-mac',((y-:'slim')#'-slim'),'.zip'
z=. 'qt68-mac',((y-:'slim')#'-slim'),'.zip'
end.
'rc p'=. httpget_jpacman_ www,'/qtlib/',z
if. rc do.
Expand Down
Binary file added pthreads4w/bin/pthreadVC3-arm64.dll
Binary file not shown.

0 comments on commit ad5aa5c

Please sign in to comment.