Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/pl.bib

    r1f8865e ra8de0f4  
    782782    howpublished= {\href{http://www.boost.org/doc/libs/1_61_0/libs/coroutine/doc/html/index.html}
    783783                  {{http://www.boost.org/\-doc/\-libs/1\_61\_0/\-libs/\-coroutine/\-doc/\-html/\-index.html}}},
    784     note        = {Accessed: 2016-09},
     784    optnote     = {Accessed: 2016-09},
    785785}
    786786
     
    855855    keywords    = {ANSI C 89},
    856856    contributer = {gjditchfield@plg},
    857     title       = {American National Standard for Information Systems -- Programming Language -- {C}},
     857    author      = {C90},
     858    title       = {Programming Languages -- {C}},
    858859    organization= {American National Standards Institute},
    859     address     = {1430 Broadway, New York, New York  10018},
    860     month       = dec,
    861     year        = 1989,
    862     note        = {X3.159-1989}
     860    address     = {New York, NY, U.S.A.},
     861    year        = 1990,
     862    note        = {ANSI/ISO 9899-1990}
    863863}
    864864
     
    888888    title       = {\textsf{C}{$\mathbf{\forall}$} Features},
    889889    howpublished= {\url{https://plg.uwaterloo.ca/~cforall/features}},
    890     note        = {Accessed: 2018-01-01},
     890    optnote     = {Accessed: 2018-01-01},
    891891}
    892892
     
    900900    address     = {Waterloo, Ontario, Canada, N2L 3G1},
    901901    note        = {\href{http://plg.uwaterloo.ca/theses/EstevesThesis.pdf}{http://\-plg.uwaterloo.ca/\-theses/\-EstevesThesis.pdf}},
     902}
     903
     904@misc{CFAStackEvaluation,
     905    author      = {Aaron Moss},
     906    title       = {\textsf{C}$\mathbf{\forall}$ Stack Evaluation Programs},
     907    year        = 2018,
     908    howpublished= {\href{https://plg.uwaterloo.ca/~cforall/evaluation.zip}{https://plg.uwaterloo.ca/\-\-$\sim$cforall/\-StackEvaluation.zip}},
     909    optnote     = {[Accessed May 2018]},
    902910}
    903911
     
    16401648}
    16411649
     1650@misc{Taylor10,
     1651    keywords    = {const, poisoning},
     1652    contributer = {pabuhr@plg},
     1653    author      = {Ian Lance Taylor},
     1654    title       = {const},
     1655    month       = oct,
     1656    year        = 2010,
     1657    howpublished= {\href{https://www.airs.com/blog/archives/428}
     1658                  {https://www.airs.com/\-blog/\-archives/\-428}},
     1659    optnote     = {Accessed: 2018-05},
     1660}
     1661
    16421662@phdthesis{Ditchfield92,
    16431663    keywords    = {C, parametric polymorphism, overloading},
     
    27552775@misc{GCCExtensions,
    27562776    contributer = {a3moss@uwaterloo.ca},
    2757     key         = {{GNU}},
     2777    key         = {C Extensions},
    27582778    author      = {{C Extensions}},
    27592779    title       = {Extensions to the {C} Language Family},
    27602780    year        = 2014,
    27612781    howpublished= {\href{https://gcc.gnu.org/onlinedocs/gcc-4.7.2/gcc/C-Extensions.html}{https://\-gcc.gnu.org/\-onlinedocs/\-gcc-4.7.2/\-gcc/\-C\-Extensions.html}},
    2762     note        = {Accessed: 2017-04-02},
     2782    optnote     = {Accessed: 2017-04-02},
    27632783}
    27642784
     
    29472967    month       = jul, year = 1987,
    29482968    volume      = 4, number = 4, pages = {9-16}
     2969}
     2970
     2971@misc{Sutter05c,
     2972    contributer = {pabuhr@plg},
     2973    title       = {The Free Lunch Is Over: A Fundamental Turn Toward Concurrency in Software},
     2974    author      = {Herb Sutter},
     2975    howpublished= {\url{http://www.gotw.ca/publications/concurrency-ddj.htm}},
     2976    year        = {2005},
     2977    note        = {originally Dr. Dobb's Journal 30(3)},
    29492978}
    29502979
     
    31373166    year        = 2014,
    31383167    howpublished= {https://developer.gnome.org/gobject/stable/},
    3139     note        = {Accessed: 2017-04},
     3168    optnote     = {Accessed: 2017-04},
    31403169}
    31413170
     
    32093238
    32103239% H
     3240
     3241@manual{Haskell10,
     3242    keywords    = {Haskell},
     3243    contributer = {pabuhr@plg},
     3244    author      = {Haskell},
     3245    title       = {Haskell 2010 Language Report},
     3246    edition     = {{S}imon {M}arlow},
     3247    year        = 2010,
     3248    note        = {\href{https://haskell.org/definition/haskell2010.pdf}{https://haskell.org/\-definition/\-haskell2010.pdf}},
     3249}
    32113250
    32123251@article{Michael04a,
     
    37603799    keywords    = {concurrency, critical section},
    37613800    contributer = {pabuhr@plg},
    3762     author      = {Dominic Duggan and Gordon V. Cormack and John Ophel},
     3801    author      = {Dominic Duggan and G. V. Cormack and John Ophel},
    37633802    title       = {Kinded Type Inference for Parametric Overloading},
    37643803    journal     = acta,
     
    46854724    year        = 2015,
    46864725    howpublished= {\href{https://developer.apple.com/library/content/documentation/General/Conceptual/DevPedia-CocoaCore/ObjectiveC.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-General/\-Conceptual/\-DevPedia-\-CocoaCore/\-ObjectiveC.html}},
    4687     note        = {Accessed: 2018-03}
     4726    optnote     = {Accessed: 2018-03}
    46884727}
    46894728
     
    46954734    year        = 2015,
    46964735    howpublished= {\href{https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html}{https://developer.apple.com/\-library/\-content/\-documentation/\-Xcode/\-Conceptual/\-RN-Xcode-Archive/\-Chapters/\-xc7\_release\_notes.html}},
    4697     note        = {Accessed: 2017-04}
     4736    optnote     = {Accessed: 2017-04}
    46984737}
    46994738
     
    57575796    keywords    = {Cyclone, existential types, polymorphism, type variables},
    57585797    contributer = {a3moss@plg},
    5759     author      = {Dan Grossman},
     5798    author      = {D. Grossman},
    57605799    title       = {Quantified Types in an Imperative Language},
    57615800    journal     = toplas,
     
    67626801    title       = {{TIOBE} Index},
    67636802    howpublished= {\href{http://www.tiobe.com/tiobe_index}{http://\-www.tiobe.com/\-tiobe\_index}},
    6764     note        = {Accessed: 2018-09},
     6803    optnote     = {Accessed: 2018-09},
    67656804}
    67666805
     
    70877126    year        = 2017,
    70887127    howpublished= {\url{https://wiki.gnome.org/Projects/Vala/Manual}},
    7089     note        = {Accessed: 2017-04}
     7128    optnote     = {Accessed: 2017-04}
    70907129}
    70917130
Note: See TracChangeset for help on using the changeset viewer.