Ignore:
Timestamp:
Apr 5, 2017, 9:04:04 PM (7 years ago)
Author:
Peter A. Buhr <pabuhr@…>
Branches:
ADT, aaron-thesis, arm-eh, ast-experimental, cleanup-dtors, deferred_resn, demangler, enum, forall-pointer-decay, jacob/cs343-translation, jenkins-sandbox, master, new-ast, new-ast-unique-expr, new-env, no_list, persistent-indexer, pthread-emulation, qualifiedEnum, resolv-new, with_gc
Children:
80cdb2f
Parents:
7a026ff
Message:

fix URL hyphenation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/bibliography/cfa.bib

    r7a026ff r2f0a3599  
    36453645    contributer = {pabuhr@plg},
    36463646    author      = {James Gosling and Bill Joy and Guy Steele and Gilad Bracha and Alex Buckley},
    3647     title       = {The {Java} Language Specification},
     3647    title       = {{Java} Language Specification},
    36483648    publisher   = {Oracle},
    36493649    year        = 2015,
    3650     edition     = {Java SE 8},
     3650    edition     = {Java SE8},
    36513651}
    36523652
     
    45644564
    45654565@book{obj-c-book,
    4566     keywords = {objective-c},
    4567     contributor = {a3moss@uwaterloo.ca},
    4568     author = {{Apple Computer Inc.}},
    4569     title = {The {Objective-C} Programming Language},
    4570     year = 2002
     4566    keywords    = {objective-c},
     4567    contributor = {a3moss@uwaterloo.ca},
     4568    author      = {{Apple Computer Inc.}},
     4569    title       = {The {Objective-C} Programming Language},
     4570    year        = 2002
    45714571}
    45724572
    45734573@online{xcode7,
    4574     keywords = {objective-c},
    4575     contributor = {a3moss@uwaterloo.ca},
    4576     author = {{Apple Computer Inc.}},
    4577     title = {{Xcode} 7 Release Notes},
    4578     year = 2015,
    4579     url = {https://developer.apple.com/library/content/documentation/Xcode/Conceptual/RN-Xcode-Archive/Chapters/xc7_release_notes.html},
    4580     urldate = {2017-04-04}
     4574    keywords    = {objective-c},
     4575    contributor = {a3moss@uwaterloo.ca},
     4576    author      = {{Apple Computer Inc.}},
     4577    title       = {{Xcode} 7 Release Notes},
     4578    year        = 2015,
     4579    note        = {\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}},
     4580    urldate     = {2017-04-04}
    45814581}
    45824582
     
    48674867    journal     = {Computer Languages},
    48684868    year        = 1987,
    4869     volume      = 12, number = {3/4}, pages = {163-172},
     4869    volume      = 12,
     4870    number      = {3/4},
     4871    pages       = {163-172},
    48704872    abstract    = {
    48714873        Packages in the Ada language provide a mechanism for extending the
     
    58795881    organization= {The Rust Project Developers},
    58805882    year        = 2015,
    5881     note        = {\href{https://doc.rust-lang.org/reference.html}{https://\-doc.rust-lang.org/\-reference.html}},
     5883    note        = {\href{https://doc.rust-lang.org/reference.html}{https://\-doc.rust-lang\-.org/\-reference.html}},
    58825884}
    58835885
     
    65776579}
    65786580
    6579 @unpublished{TIOBE,
     6581@online{TIOBE,
    65806582    contributer = {pabuhr@plg},
    65816583    author      = {{TIOBE Index}},
    6582     title       = {},
    65836584    year        = {March 2017},
    6584     note        = {\url{http://www.tiobe.com/tiobe_index}},
     6585    url         = {http://www.tiobe.com/tiobe_index},
    65856586}
    65866587
Note: See TracChangeset for help on using the changeset viewer.