Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fix a few deprecation warnings | def | 2016-01-25 | 1 | -1/+1 | |
|/ | ||||||
* | Fix CountTableRef#getOrDefault | Sloane Simmons | 2016-01-09 | 1 | -1/+13 | |
* | Update comment about `map` being in system module | def | 2015-11-23 | 1 | -6/+3 | |
* | added prefix matching to critbits.nim | Araq | 2015-11-10 | 1 | -16/+24 | |
* | Merge branch 'devel' of https://github.com/nim-lang/Nim into devel | Araq | 2015-10-13 | 1 | -0/+93 | |
|\ | ||||||
| * | added all/any/allIt/anyIt with tests and inline documentation | rbmz | 2015-10-13 | 1 | -0/+93 | |
* | | udpated the compiler and tester to use getOrDefault | Araq | 2015-10-13 | 3 | -12/+17 | |
* | | added getOrDefault; bootstrapping works again | Araq | 2015-10-13 | 2 | -33/+40 | |
* | | Merge branch 'mget' of https://github.com/def-/Nim into def--mget | Araq | 2015-10-13 | 3 | -43/+101 | |
|\ \ | |/ |/| | ||||||
| * | Rename mget to `[]` | def | 2015-03-31 | 3 | -75/+120 | |
* | | Merge pull request #3423 from petermora/breakSequtils | Andreas Rumpf | 2015-10-12 | 1 | -35/+168 | |
|\ \ | ||||||
| * | | restore {.immediate.} to toSeq | Peter Mora | 2015-10-06 | 1 | -1/+1 | |
| * | | sequtils related changes | Peter Mora | 2015-10-05 | 1 | -36/+169 | |
* | | | added critbits.inc proc | Araq | 2015-10-06 | 1 | -0/+8 | |
|/ / | ||||||
* | | Fixed my name. | Alexander Mitchell-Robinson | 2015-09-07 | 1 | -2/+2 | |
* | | lib: Trim .nim files trailing whitespace | Adam Strzelecki | 2015-09-04 | 4 | -239/+239 | |
* | | removed sequtils.reversed again since it's already in algorithm.nim | Araq | 2015-08-10 | 1 | -23/+0 | |
* | | added sequtils.reversed; refs #3148 | Araq | 2015-08-09 | 1 | -0/+23 | |
* | | breaking change: symbol lookups in generics follows spec more closely; fixes ... | Araq | 2015-08-07 | 1 | -4/+4 | |
* | w"> @${CC} -c ${CFLAGS} $< ${OBJ}: dwm.h config.h config.mk config.h: @echo creating $@ from config.default.h @cp config.default.h $@ dwm: ${OBJ} @echo CC -o $@ @${CC} -o $@ ${OBJ} ${LDFLAGS} clean: @echo cleaning @rm -f dwm ${OBJ} dwm-${VERSION}.tar.gz dist: clean @echo creating dist tarball @mkdir -p dwm-${VERSION} @cp -R LICENSE Makefile README config.*.h config.mk \ dwm.1 dwm.h tile.h ${SRC} dwm-${VERSION} @tar -cf dwm-${VERSION}.tar dwm-${VERSION} @gzip dwm-${VERSION}.tar @rm -rf dwm-${VERSION} install: all @echo installing executable file to ${DESTDIR}${PREFIX}/bin @mkdir -p ${DESTDIR}${PREFIX}/bin @cp -f dwm ${DESTDIR}${PREFIX}/bin @chmod 755 ${DESTDIR}${PREFIX}/bin/dwm @echo installing manual page to ${DESTDIR}${MANPREFIX}/man1 @mkdir -p ${DESTDIR}${MANPREFIX}/man1 @sed "s/VERSION/${VERSION}/g" < dwm.1 > ${DESTDIR}${MANPREFIX}/man1/dwm.1 @chmod 644 ${DESTDIR}${MANPREFIX}/man1/dwm.1 uninstall: @echo removing executable file from ${DESTDIR}${PREFIX}/bin @rm -f ${DESTDIR}${PREFIX}/bin/dwm @echo removing manual page from ${DESTDIR}${MANPREFIX}/man1 @rm -f ${DESTDIR}${MANPREFIX}/man1/dwm.1 .PHONY: all options clean dist install uninstall 015-03-22 | 2 | -18/+18 | ||||
* | Making tuples anonymous (so far... not finished). | Hans Raaf | 2015-03-17 | 1 | -23/+22 | |
* | Changed cast to type conversion and added XXX. | Hans Raaf | 2015-03-07 | 1 | -1/+1 | |
* | Do we want we to use the typesystem like this? | Hans Raaf | 2015-03-06 | 1 | -2/+3 | |
* | Added repeat(seq, n) to sequtils. | Hans Raaf | 2015-03-06 | 1 | -0/+28 | |
* | Fixed table getter not compiling when table value type had not '$' proc overr... | krolik | 2015-03-05 | 1 | -1/+5 | |
* | Fix unknown symbol in tables mpairs iterator. | Hans Raaf | 2015-02-21 | 1 | -1/+1 | |
* | Merge pull request #2139 from c-blake/devel | Andreas Rumpf | 2015-02-18 | 1 | -21/+59 | |
|\ | ||||||
| * | Merge ../Nim into devel | Charles Blake | 2015-02-16 | 4 | -13/+13 | |
| |\ | ||||||
| * | | Add comments explaining odd looking i<0..data[i]. | Charles Blake | 2015-02-16 | 1 | -3/+3 | |
| * | | Just do wide interface of hasKeyOrPut & mgetOrPut. | Charles Blake | 2015-02-16 | 1 | -36/+55 | |
| * | | Add TableRef version of mgetOrPut. | Charles Blake | 2015-02-16 | 1 | -0/+5 | |
| * | | Add mgetOrPut to support just one probe chase for the common | Charles Blake | 2015-02-15 | 1 | -0/+14 | |
* | | | intsets.empty is wrong | Araq | 2015-02-18 | 1 | -2/+3 | |
| |/ |/| | ||||||
* | | Fix typos | Federico Ceratto | 2015-02-15 | 4 | -7/+7 | |
* | | Fix typos | Federico Ceratto | 2015-02-15 | 1 | -10/+10 | |
|/ |