aboutsummaryrefslogtreecommitdiffhomepage
path: root/src (follow)
AgeCommit message (Expand)AuthorLines
2022-04-01Fix patch release - (version info)v1.21.2Calvin Rose-2/+2
2022-03-27Release patch relase due to bad version bumping.v1.21.1Calvin Rose-2/+2
2022-03-23Merge pull request #937 from cellularmitosis/clock1012Calvin Rose-16/+8
2022-03-21Remove unneeded includesJason Pepas-6/+0
2022-03-21Move AvailabilityMacros.h import into util.cJason Pepas-4/+4
2022-03-21Prepare for 1.21.0 Release.v1.21.0Calvin Rose-2/+2
2022-03-21Mac clock shim not needed until 10.12Jason Pepas-6/+4
2022-03-21Fix master - check last change with stacknCalvin Rose-1/+2
2022-03-21Auto update copyright date.Calvin Rose-54/+54
2022-03-21Address #926 - enter the event loop from janet_dobytes orCalvin Rose-2/+10
2022-03-17Refactor __MACH__ to JANET_APPLEJason Pepas-5/+5
2022-03-07Merge pull request #931 from saikyun/norm-negCalvin Rose-1/+1
2022-03-06Merge pull request #932 from ishehadeh/feature/int-to-bytesCalvin Rose-0/+56
2022-03-05int/to-bytes: return a buffer instead of a tupleIan Shehadeh-8/+26
2022-03-05normalize zero without branchingJona Ekenberg-1/+1
2022-03-04Fix #928 - Fix hashing of negative 0.Calvin Rose-0/+1
2022-03-04add int/to-bytesIan Shehadeh-0/+38
2022-02-24Formatting cleanup.Calvin Rose-5/+5
2022-02-24Merge pull request #924 from uvtc/patch-2Calvin Rose-1/+4
2022-02-23Update docs for `describe`John Gabriele-1/+4
2022-02-21int/to-number: restrict input to JANET_INTMAX/MINIan Shehadeh-9/+8
2022-02-20add int/to-number: converts s64 and u64 to numbersIan Shehadeh-0/+33
2022-02-12Address #804 - save and restore module cache when flychecking.Calvin Rose-0/+4
2022-02-11Merge branch 'master' of github.com:janet-lang/janetCalvin Rose-2/+19
2022-02-11Add `defdyn` macro to allow docs and checking for dyns.Calvin Rose-22/+73
2022-02-11ev: Fix timeout pruning logicpaulsnar-2/+19
2022-02-10Mark a fiber as a root fiber during scheduling, not resumption.Calvin Rose-5/+4
2022-02-09MSVC unwilling to concatenate strings across preprocessor directives.Calvin Rose-7/+6
2022-02-09Update CHANGELOG.mdCalvin Rose-2/+1
2022-02-09Address #920 - fiber cancellation can hang event loop.Calvin Rose-6/+25
2022-02-09Fix #919 - strange quasiquote behavior.Calvin Rose-4/+6
2022-02-04shell: Handle EINTR on long readspaulsnar-2/+9
2022-01-27Prepare for 1.20.0 release.v1.20.0Calvin Rose-3/+3
2022-01-27Update signature of :missing-symbol hook.Calvin Rose-16/+14
2022-01-24Merge pull request #914 from pyrmont/feature.missing-symbolsCalvin Rose-2/+57
2022-01-24Fix declaration error in switch statementMichael Camilleri-1/+1
2022-01-24Move missing symbol lookup to compilerMichael Camilleri-17/+59
2022-01-23Avoid panicking when calling :missing-symbol lookup functionMichael Camilleri-3/+10
2022-01-23Remove :modules dynamic bindingMichael Camilleri-2/+0
2022-01-21Merge branch 'master' of github.com:janet-lang/janetCalvin Rose-0/+2
2022-01-21Avoid possible infinite loop in rest destructuring.Calvin Rose-2/+2
2022-01-21Merge pull request #915 from AlbertoGP/masterCalvin Rose-0/+2
2022-01-21Fix formating on master.Calvin Rose-6/+4
2022-01-21Add ppc64 to os/archAlberto González Palomo-0/+2
2022-01-21Support looking up missing symbols during compilationMichael Camilleri-2/+10
2022-01-20Add match documentation for & rest patternIan Shehadeh-0/+1
2022-01-20add checks to & _ pattern in match macroIan Shehadeh-1/+9
2022-01-20error if '& is followed by 2+ items in destructureIan Shehadeh-0/+14
2022-01-20use janet_checktype over janet_type and ==Ian Shehadeh-2/+2
2022-01-19add checks for & _ destructuring patternIan Shehadeh-1/+11